contracts.IBosonFundsHandler__factory
@bosonprotocol/ethers-sdk / Exports / contracts / IBosonFundsHandler__factory
Class: IBosonFundsHandler__factory
contracts.IBosonFundsHandler__factory
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new IBosonFundsHandler__factory()
Properties
abi
▪ Static
Readonly
abi: ({ anonymous
: boolean
= false; inputs
: { indexed
: boolean
= true; internalType
: string
= "uint256"; name
: string
= "sellerId"; type
: string
= "uint256" }[] ; name
: string
= "FundsDeposited"; outputs
: undefined
; stateMutability
: undefined
= "payable"; type
: string
= "event" } | { anonymous
: undefined
= false; inputs
: { internalType
: string
= "uint256"; name
: string
= "_entityId"; type
: string
= "uint256" }[] ; name
: string
= "getAvailableFunds"; outputs
: { components
: { internalType
: string
= "address"; name
: string
= "tokenAddress"; type
: string
= "address" }[] ; internalType
: string
= "struct BosonTypes.Funds[]"; name
: string
= "availableFunds"; type
: string
= "tuple[]" }[] ; stateMutability
: string
= "view"; type
: string
= "function" })[] = _abi
Defined in
src/contracts/factories/IBosonFundsHandler__factory.ts:283
Methods
connect
▸ Static
connect(address
, signerOrProvider
): IBosonFundsHandler
Parameters
Name | Type |
---|---|
address | string |
signerOrProvider | Signer | Provider |
Returns
Defined in
src/contracts/factories/IBosonFundsHandler__factory.ts:287
createInterface
▸ Static
createInterface(): IBosonFundsHandlerInterface
Returns
IBosonFundsHandlerInterface