contracts.IBosonMetaTransactionsHandler__factory
@bosonprotocol/ethers-sdk / Exports / contracts / IBosonMetaTransactionsHandler__factory
Class: IBosonMetaTransactionsHandler__factory
contracts.IBosonMetaTransactionsHandler__factory
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new IBosonMetaTransactionsHandler__factory()
Properties
abi
▪ Static
Readonly
abi: ({ anonymous
: boolean
= false; inputs
: { indexed
: boolean
= true; internalType
: string
= "address"; name
: string
= "userAddress"; type
: string
= "address" }[] ; name
: string
= "MetaTransactionExecuted"; outputs
: undefined
; stateMutability
: undefined
= "payable"; type
: string
= "event" } | { anonymous
: undefined
= false; inputs
: { internalType
: string
= "address"; name
: string
= "_userAddress"; type
: string
= "address" }[] ; name
: string
= "executeMetaTransaction"; outputs
: { internalType
: string
= "bytes"; name
: string
= ""; type
: string
= "bytes" }[] ; stateMutability
: string
= "payable"; type
: string
= "function" })[] = _abi
Defined in
src/contracts/factories/IBosonMetaTransactionsHandler__factory.ts:120
Methods
connect
▸ Static
connect(address
, signerOrProvider
): IBosonMetaTransactionsHandler
Parameters
Name | Type |
---|---|
address | string |
signerOrProvider | Signer | Provider |
Returns
Defined in
src/contracts/factories/IBosonMetaTransactionsHandler__factory.ts:124
createInterface
▸ Static
createInterface(): IBosonMetaTransactionsHandlerInterface
Returns
IBosonMetaTransactionsHandlerInterface
Defined in
src/contracts/factories/IBosonMetaTransactionsHandler__factory.ts:121