Skip to main content
Module

x/polkadot/mod.ts>types.GenericSignerPayload

Package publishing for deno.land/x/polkadot
Go to Latest
class types.GenericSignerPayload
implements ISignerPayload, SignerPayloadType
extends Struct
import { types } from "https://deno.land/x/polkadot@0.2.33/mod.ts";
const { GenericSignerPayload } = types;

Constructors

new
GenericSignerPayload(registry: Registry, value?:
| HexString
| { [x: string]: unknown; }
| Map<unknown, unknown>
| unknown[]
)

Properties

readonly
address: Address
readonly
blockHash: BlockHash
readonly
blockNumber: INumber
readonly
era: ExtrinsicEra
readonly
genesisHash: BlockHash
readonly
method: Call
readonly
nonce: ICompact<INumber>
readonly
runtimeVersion: IRuntimeVersion
readonly
signedExtensions: Vec<Text>
readonly
tip: ICompact<INumber>
readonly
version: INumber

Methods

toPayload(): SignerPayloadJSON
toRaw(): SignerPayloadRaw