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
Sync dApp API
An OpenRPC specification for the dapp to interact with a Wallet Provider.
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 along with the session information.
disconnect
Invoke a disconnect of the wallet provider session.
getActiveNetwork
Returns the active network.
getPrimaryAccount
Returns the primary account.
ledgerApi
Proxy for the JSON-API endpoints. Injects authorization headers automatically.
listAccounts
Lists the addresses (wallets) with their properties; including which network they are associated to and with signing provider is used.
prepareExecute
Prepares a transaction for subsequent signing & execution.
prepareExecuteAndWait
Like prepareExecute, but waits for the transaction to be executed on the ledger.
signMessage
Signs a message.
status
Returns the current status of the wallet provider session.