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

x/polkadot/types/interfaces/types.ts>StakingLedgerTo240

Package publishing for deno.land/x/polkadot
Go to Latest
interface StakingLedgerTo240
implements Struct
import { type StakingLedgerTo240 } from "https://deno.land/x/polkadot@0.2.27/types/interfaces/types.ts";

Properties

readonly
stash: AccountId
readonly
total: Compact<Balance>
readonly
active: Compact<Balance>
readonly
unlocking: Vec<UnlockChunk>
readonly
lastReward: Option<EraIndex>