Skip to main content
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.