Skip to main content

funds.iface

@bosonprotocol/core-sdk / Exports / funds / iface

Namespace: iface

funds.iface

Table of contents

Variables

Functions

Variables

bosonFundsHandlerIface

Const bosonFundsHandlerIface: Interface

Defined in

src/funds/interface.ts:5

Functions

encodeDepositFunds

encodeDepositFunds(sellerId, tokenAddress, amount): string

Parameters

NameType
sellerIdBigNumberish
tokenAddressstring
amountBigNumberish

Returns

string

Defined in

src/funds/interface.ts:7


encodeWithdrawFunds

encodeWithdrawFunds(sellerId, tokensToWithdraw, amountsToWithdraw): string

Parameters

NameType
sellerIdBigNumberish
tokensToWithdrawstring[]
amountsToWithdrawBigNumberish[]

Returns

string

Defined in

src/funds/interface.ts:19