interface AccountView {
    amount: bigint;
    block_hash: string;
    block_height: number;
    code_hash: string;
    locked: bigint;
    storage_paid_at: number;
    storage_usage: number;
}

Hierarchy (View Summary)

Properties

amount: bigint
block_hash: string
block_height: number
code_hash: string
locked: bigint
storage_paid_at: number
storage_usage: number