Interface ExtendedAccountBalancesResponse

Hierarchy

  • ExtendedAccountBalancesResponse

Properties

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

Type declaration

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

Generated using TypeDoc