Documentation
    Preparing search index...

    Interface AccountInfo

    interface AccountInfo {
        active_stake: number;
        created_proposal: boolean;
        epoch: string;
        inactive_stake: number;
        maker_volume: number;
        open_orders: { contents: string[] };
        owed_balances: AccountBalances;
        settled_balances: AccountBalances;
        taker_volume: number;
        unclaimed_rebates: AccountBalances;
        voted_proposal: string | null;
    }
    Index

    Properties

    active_stake: number
    created_proposal: boolean
    epoch: string
    inactive_stake: number
    maker_volume: number
    open_orders: { contents: string[] }
    owed_balances: AccountBalances
    settled_balances: AccountBalances
    taker_volume: number
    unclaimed_rebates: AccountBalances
    voted_proposal: string | null