Skip to main content
Module

x/polkadot/types/bundle.ts>GenericMortalEra

Package publishing for deno.land/x/polkadot
Go to Latest
class GenericMortalEra
extends Tuple
import { GenericMortalEra } from "https://deno.land/x/polkadot@0.2.33/types/bundle.ts";

Constructors

new
GenericMortalEra(registry: Registry, value?:
| MortalMethod
| Uint8Array
| number[]
| string
)

Properties

readonly
encodedLength: number
readonly
period: INumber
readonly
phase: INumber

Methods

birth(current:
| BN
| bigint
| number
| string
): number
death(current:
| BN
| bigint
| number
| string
): number
toHuman(): any
toJSON(): any
toU8a(_isBare?: boolean): Uint8Array