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;
    locked: IntegerType;
    total_received: IntegerType;
    total_sent: IntegerType;
}

Type declaration

  • balance: IntegerType
  • burnchain_lock_height: number
  • burnchain_unlock_height: number
  • lock_height: number
  • locked: IntegerType
  • total_received: IntegerType
  • total_sent: IntegerType

Generated using TypeDoc