import { Abi } from "https://dotland.deno.dev/x/polkadot@0.2.23/api-contract/Abi/index.ts";
Constructors
new
Abi(abiJson: Record<string, unknown> | string, chainProperties?: ChainProperties)Properties
readonly
constructors: AbiConstructor[]readonly
events: AbiEvent[]readonly
info: ContractProjectInforeadonly
messages: AbiMessage[]readonly
metadata: ContractMetadataLatestreadonly
registry: RegistryMethods
findConstructor(constructorOrId: AbiConstructor | string | number): AbiConstructor
findMessage(messageOrId: AbiMessage | string | number): AbiMessage