Split one or more Canton Coin amulets into new amulets with specified denominations. Uses theDocumentation Index
Fetch the complete documentation index at: https://docs.silvana.one/llms.txt
Use this file to discover all available pages before exploring further.
AmuletRules_Transfer MergeSplit operation under the hood.
Invoked through the two-phase transaction flow with:
operation = TRANSACTION_OPERATION_SPLIT_CCparams.split_cc = SplitCcParams { … }
Params
Decimal amounts for the output amulets. Sum must be less than or equal to the total input.
Contract IDs of the input amulets to be merged and split.
See also
GetAmulets— list the unlocked amulets you can merge.TransferCc— send Canton Coin to a receiver (may be combined with split in aMultiCall).