Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ERC4626Methods

Hierarchy

  • ERC4626Methods

Index

Methods

  • approve(spender: string, amount: string): ContractSendMethod
  • decreaseAllowance(spender: string, subtractedValue: string): ContractSendMethod
  • deposit(assets: string, receiver: string): ContractSendMethod
  • increaseAllowance(spender: string, addedValue: string): ContractSendMethod
  • mint(shares: string, receiver: string): ContractSendMethod
  • redeem(shares: string, receiver: string, owner: string): ContractSendMethod
  • transfer(recipient: string, amount: string): ContractSendMethod
  • transferFrom(sender: string, recipient: string, amount: string): ContractSendMethod
  • withdraw(assets: string, receiver: string, owner: string): ContractSendMethod

Generated using TypeDoc