Read balances
Read transactions
Transaction status
deposit(), transfer(), and withdraw() return a TransactionHandle with
txId, status, txHash, and wait(). Call wait() to block until the
transaction reaches a terminal status (processed or failed).
TimeoutError if the timeout elapses before a terminal status.
See Error handling.
Backend reads
Use admin reads for backend dashboards and support tooling, and the user client for signed actions.admin.users.register(payload) from your backend when a browser or server
client registers. See Custody models for how the admin client
is wired.