Properties
callStatic
callStatic: {
canImplementInterfaceForAddress(interfaceHash, account, overrides?): Promise<string>;
}
Type declaration
canImplementInterfaceForAddress:function
- canImplementInterfaceForAddress(interfaceHash, account, overrides?): Promise<string>
Parameters
interfaceHash: BytesLike
account: string
Optional
overrides: CallOverrides
Returns Promise<string>
estimateGas
estimateGas: {
canImplementInterfaceForAddress(interfaceHash, account, overrides?): Promise<BigNumber>;
}
Type declaration
canImplementInterfaceForAddress:function
- canImplementInterfaceForAddress(interfaceHash, account, overrides?): Promise<BigNumber>
Parameters
interfaceHash: BytesLike
account: string
Optional
overrides: CallOverrides
Returns Promise<BigNumber>
functions
functions: {
canImplementInterfaceForAddress(interfaceHash, account, overrides?): Promise<[string]>;
}
Type declaration
canImplementInterfaceForAddress:function
- canImplementInterfaceForAddress(interfaceHash, account, overrides?): Promise<[string]>
Parameters
interfaceHash: BytesLike
account: string
Optional
overrides: CallOverrides
Returns Promise<[string]>
interface
interface: IERC1820ImplementerInterface
populateTransaction
populateTransaction: {
canImplementInterfaceForAddress(interfaceHash, account, overrides?): Promise<PopulatedTransaction>;
}
Type declaration
canImplementInterfaceForAddress:function
- canImplementInterfaceForAddress(interfaceHash, account, overrides?): Promise<PopulatedTransaction>
Parameters
interfaceHash: BytesLike
account: string
Optional
overrides: CallOverrides
Returns Promise<PopulatedTransaction>