contracts.IBosonVoucher__factory
@bosonprotocol/ethers-sdk / Exports / contracts / IBosonVoucher__factory
Class: IBosonVoucher__factory
contracts.IBosonVoucher__factory
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new IBosonVoucher__factory()
Properties
abi
▪ Static Readonly abi: ({ anonymous: boolean = false; inputs: { indexed: boolean = true; internalType: string = "address"; name: string = "owner"; type: string = "address" }[] ; name: string = "Approval"; outputs: undefined ; stateMutability: undefined = "payable"; type: string = "event" } | { anonymous: undefined = false; inputs: { internalType: string = "address"; name: string = "owner"; type: string = "address" }[] ; name: string = "balanceOf"; outputs: { internalType: string = "uint256"; name: string = "balance"; type: string = "uint256" }[] ; stateMutability: string = "view"; type: string = "function" })[] = _abi
Defined in
src/contracts/factories/IBosonVoucher__factory.ts:532
Methods
connect
▸ Static connect(address, signerOrProvider): IBosonVoucher
Parameters
| Name | Type |
|---|---|
address | string |
signerOrProvider | Signer | Provider |
Returns
Defined in
src/contracts/factories/IBosonVoucher__factory.ts:536
createInterface
▸ Static createInterface(): IBosonVoucherInterface
Returns
IBosonVoucherInterface