Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.silvana.one/llms.txt

Use this file to discover all available pages before exploring further.

Create a TransferPreapproval so that future Canton Coin transfers to the authenticated party settle atomically without manual acceptance. Invoked through the two-phase transaction flow with:
  • operation = TRANSACTION_OPERATION_REQUEST_PREAPPROVAL
  • params.request_preapproval = RequestPreapprovalParams {}

Params

message RequestPreapprovalParams {}
The request takes no fields — the receiver party is derived from the authenticated session.

See also

  • GetPreapprovals — verify the preapproval after submission.
  • TransferCc — Canton Coin transfers to a party with an active preapproval settle atomically.