Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/types/interfaces/staking/types.ts>StakingLedgerTo223

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

Properties

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