Interface ExtendedAccountBalances

Hierarchy

  • ExtendedAccountBalances

Properties

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

Type declaration

  • balance: bigint
  • burnchain_lock_height: number
  • burnchain_unlock_height: number
  • lock_height: number
  • lock_tx_id: string
  • locked: bigint
  • total_received: bigint
  • total_sent: bigint

Generated using TypeDoc