Interface AccountExtendedBalances

Hierarchy

  • AccountExtendedBalances

Properties

fungible_tokens: any
non_fungible_tokens: any
stx: {
    balance: IntegerType;
    burnchain_lock_height: number;
    burnchain_unlock_height: number;
    lock_height: number;
    lock_tx_id: string;
    locked: IntegerType;
    total_received: IntegerType;
    total_sent: IntegerType;
}

Type declaration

Generated using TypeDoc