The staking balances for an address.

Export

StakingBalance

interface StakingBalance {
    address: string;
    bonded_stake: Balance;
    date: string;
    participant_type: string;
    unbonded_balance: Balance;
}

Properties

address: string

The onchain address for which the staking balances are being fetched.

Memberof

StakingBalance

bonded_stake: Balance

Memberof

StakingBalance

date: string

The timestamp of the staking balance in UTC.

Memberof

StakingBalance

participant_type: string

The type of staking participation.

Memberof

StakingBalance

unbonded_balance: Balance

Memberof

StakingBalance