Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types-codec/types/index.ts>IMethod

Package publishing for deno.land/x/polkadot
Go to Latest
interface IMethod
implements Codec
Re-export
import { type IMethod } from "https://deno.land/x/polkadot@0.2.11/types-codec/types/index.ts";

Type Parameters

optional
A extends AnyTuple = AnyTuple
optional
M = any

Properties

readonly
args: A
readonly
argsDef: ArgsDef
readonly
callIndex: Uint8Array
readonly
data: Uint8Array
readonly
meta: M
is: (tx: IMethod<AnyTuple>) => tx is IMethod<A>