Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
OpenRPC Spec
Async dApp API
An OpenRPC specification for remotely hosted Wallet Providers. Due to the remote nature, an implementing provider must bridge certain functionality on the client-side to satisfy the general dApp API spec.
Methods
Method pages are the primary reference surface. This spec page stays focused on grouping and discovery.accountsChanged
connect
Ensures ledger connectivity and returns the connected network information.
connected
Informs when the user connects to a network.
disconnect
Invoke a disconnect of the wallet gateway session.
getActiveNetwork
Returns the active network.
getPrimaryAccount
Returns the primary account.
ledgerApi
Proxy for the JSON-API endpoints. Injects authorization headers automatically.
listAccounts
onStatusChanged
prepareExecute
Prepares, signs, and executes a transaction.
signMessage
Signs a message.
status
Returns the current status of the wallet provider session.