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
Signing API
An OpenRPC specification for the Signing API which allows the Wallet Gateway to interact with a Wallet Providers.
Methods
Method pages are the primary reference surface. This spec page stays focused on grouping and discovery.createKey
Create a new key at the Wallet Provider.
getConfiguration
getKeys
Get a list of public keys availabile for signing.
getTransaction
Get the status of a single transaction by its ID.
getTransactions
Get the status of multiple transactions, filtering by txIds or publicKeys. Either publicKeys or txIds must be provided.
setConfiguration
Set configuration parameters for the Wallet Provider. The paramaters will change depending on the Wallet Provider implementation
signTransaction
Uses the Wallet Provider to sign a transaction. This will likely be an asynchronous operation.
subscribeTransactions
Subscribe to updates for specific transactions. The server will emit updates when the status of the specified transactions have changed. On initial subscription, the s…