splice-wallet-payments docs
Note
Deprecated (since splice-0.4.10): the modules below and their workflows are deprecated and should not be used in new applications.
To implement a Canton Coin payment, use the Token Standard allocation workflow instead. Note that this immediately makes your application compatible with all Token Standard assets, and allows all of them to be used as payment methods in your application, if desired.
If you need to implement a subscription-like payment, then we recommend doing so via regular renewals
on top of token standard allocations in your application. See the License_Renew
choice and its
tests
in the Canton Network QuickStart repo for an
example of how to do this.
The workflows in the modules below are not compatible with the token standard, and will not be supported in the future.
Comments