Skip to main content

contracts.IBosonDisputeHandler__factory

@bosonprotocol/ethers-sdk / Exports / contracts / IBosonDisputeHandler__factory

Class: IBosonDisputeHandler__factory

contracts.IBosonDisputeHandler__factory

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new IBosonDisputeHandler__factory()

Properties

abi

Static Readonly abi: ({ anonymous: boolean = false; inputs: { indexed: boolean = true; internalType: string = "uint256"; name: string = "exchangeId"; type: string = "uint256" }[] ; name: string = "DisputeDecided"; outputs: undefined ; stateMutability: undefined = "payable"; type: string = "event" } | { anonymous: undefined = false; inputs: { internalType: string = "uint256"; name: string = "_exchangeId"; type: string = "uint256" }[] ; name: string = "getDispute"; outputs: ({ components: undefined ; internalType: string = "bool"; name: string = "exists"; type: string = "bool" } | { components: { internalType: string = "uint256"; name: string = "exchangeId"; type: string = "uint256" }[] ; internalType: string = "struct BosonTypes.Dispute"; name: string = "dispute"; type: string = "tuple" })[] ; stateMutability: string = "view"; type: string = "function" })[] = _abi

Defined in

src/contracts/factories/IBosonDisputeHandler__factory.ts:659

Methods

connect

Static connect(address, signerOrProvider): IBosonDisputeHandler

Parameters

NameType
addressstring
signerOrProviderSigner | Provider

Returns

IBosonDisputeHandler

Defined in

src/contracts/factories/IBosonDisputeHandler__factory.ts:663


createInterface

Static createInterface(): IBosonDisputeHandlerInterface

Returns

IBosonDisputeHandlerInterface

Defined in

src/contracts/factories/IBosonDisputeHandler__factory.ts:660