Schema

Types

  1. User

    • Identifier: **externalId**

    • Fields : **identities** , **properties**

  2. Wallet

    • Fields: main_wallet, imported_wallets

    • Associated with: User

  3. Transaction

    • Fields: id, type, amount, currency_value, timestamp, details

    • Associated with: **wallet_address**

  4. TransactionInput

    • Fields for creating/updating transactions: type, amount, currency_value, timestamp, details

Last updated