Skip to main content
Module

x/polkadot/types/types/extrinsic.ts>IExtrinsic

Package publishing for deno.land/x/polkadot
Go to Latest
interface IExtrinsic
implements IExtrinsicSignable<IExtrinsic<A>>, ExtrinsicSignatureBase, IMethod<A>
import { type IExtrinsic } from "https://deno.land/x/polkadot@0.2.40/types/types/extrinsic.ts";

Type Parameters

optional
A extends AnyTuple = AnyTuple

Properties

readonly
length: number
readonly
method: IMethod<A>
readonly
type: number
readonly
version: number