Polkadot Apps
    Preparing search index...

    Interface AccountBalance

    Balance breakdown from a Substrate System.Account query.

    interface AccountBalance {
        free: bigint;
        frozen: bigint;
        reserved: bigint;
    }
    Index

    Properties

    Properties

    free: bigint

    Available (transferable) balance in planck.

    frozen: bigint

    Frozen (non-transferable but still counted) balance in planck.

    reserved: bigint

    Reserved (locked by governance, staking, etc.) balance in planck.