Search
This entity defines a user's crypto wallet
Defines a crypto wallet
@type t() :: %BitpandaApi.Entity.CryptoWallet{ balance: Decimal.t(), cryptocoin_id: String.t(), deleted: boolean(), id: String.t(), is_default: boolean(), name: String.t(), pending_transactions_count: integer(), symbol: String.t() }