@ecp.eth/sdk / defaultExports / ERC165ContractReadFunctions
Type Alias: ERC165ContractReadFunctions
type ERC165ContractReadFunctions = {
supportsInterface: (args) => Promise<ReadContractReturnType<ERC165Type, "supportsInterface">>;
};Defined in: packages/sdk/src/types.ts:12
Properties
supportsInterface()
supportsInterface: (args) => Promise<ReadContractReturnType<ERC165Type, "supportsInterface">>;Defined in: packages/sdk/src/types.ts:13
Parameters
args
ReadContractParameters<ERC165Type, "supportsInterface">
Returns
Promise<ReadContractReturnType<ERC165Type, "supportsInterface">>