import { Abi } from "https://deno.land/x/polkadot@0.2.23/api-contract/mod.ts";
Methods
decodeConstructor(data: Uint8Array): DecodedMessage
Warning: Unstable API, bound to change
decodeEvent(data: Bytes | Uint8Array): DecodedEvent
Warning: Unstable API, bound to change
decodeMessage(data: Uint8Array): DecodedMessage
Warning: Unstable API, bound to change
findConstructor(constructorOrId: AbiConstructor | string | number): AbiConstructor
findMessage(messageOrId: AbiMessage | string | number): AbiMessage