AmuletRules_Transfer MergeSplit operation under the hood.
Invoked through the two-phase transaction flow with:
operation = TRANSACTION_OPERATION_SPLIT_CCparams.split_cc = SplitCcParams { … }
Params
string[]
required
Decimal amounts for the output amulets. Sum must be less than or equal to the total input.
string[]
required
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).