funds.iface
@bosonprotocol/core-sdk / Exports / funds / iface
Namespace: iface
funds.iface
Table of contents
Variables
Functions
Variables
bosonFundsHandlerIface
• Const bosonFundsHandlerIface: Interface
Defined in
Functions
encodeDepositFunds
▸ encodeDepositFunds(sellerId, tokenAddress, amount): string
Parameters
| Name | Type |
|---|---|
sellerId | BigNumberish |
tokenAddress | string |
amount | BigNumberish |
Returns
string
Defined in
encodeWithdrawFunds
▸ encodeWithdrawFunds(sellerId, tokensToWithdraw, amountsToWithdraw): string
Parameters
| Name | Type |
|---|---|
sellerId | BigNumberish |
tokensToWithdraw | string[] |
amountsToWithdraw | BigNumberish[] |
Returns
string