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