contracts.IBosonOrchestrationHandler__factory
@bosonprotocol/ethers-sdk / Exports / contracts / IBosonOrchestrationHandler__factory
Class: IBosonOrchestrationHandler__factory
contracts.IBosonOrchestrationHandler__factory
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new IBosonOrchestrationHandler__factory()
Properties
abi
▪ Static
Readonly
abi: ({ anonymous
: boolean
= false; inputs
: ({ components
: undefined
; indexed
: boolean
= true; internalType
: string
= "uint256"; name
: string
= "agentId"; type
: string
= "uint256" } | { components
: { internalType
: string
= "uint256"; name
: string
= "id"; type
: string
= "uint256" }[] ; indexed
: boolean
= false; internalType
: string
= "struct BosonTypes.Agent"; name
: string
= "agent"; type
: string
= "tuple" })[] ; name
: string
= "AgentCreated"; outputs
: undefined
; stateMutability
: undefined
= "payable"; type
: string
= "event" } | { anonymous
: undefined
= false; inputs
: ({ components
: { internalType
: string
= "uint256"; name
: string
= "id"; type
: string
= "uint256" }[] ; internalType
: string
= "struct BosonTypes.Offer"; name
: string
= "_offer"; type
: string
= "tuple" } | { components
: undefined
; internalType
: string
= "uint256"; name
: string
= "_disputeResolverId"; type
: string
= "uint256" })[] ; name
: string
= "createOfferAddToGroup"; outputs
: any
[] = []; stateMutability
: string
= "nonpayable"; type
: string
= "function" })[] = _abi
Defined in
src/contracts/factories/IBosonOrchestrationHandler__factory.ts:2940
Methods
connect
▸ Static
connect(address
, signerOrProvider
): IBosonOrchestrationHandler
Parameters
Name | Type |
---|---|
address | string |
signerOrProvider | Signer | Provider |
Returns
Defined in
src/contracts/factories/IBosonOrchestrationHandler__factory.ts:2944
createInterface
▸ Static
createInterface(): IBosonOrchestrationHandlerInterface
Returns
IBosonOrchestrationHandlerInterface
Defined in
src/contracts/factories/IBosonOrchestrationHandler__factory.ts:2941