Closed bb111189 closed 2 years ago
Same for
msg_to_royalty_recipient = {
_tag: "TransferNativeZIL";
_recipient: royalty_recipient;
_amount: royalty_amount
};
msg_to_svc_fee_recipient = {
_tag: "TransferNativeZIL";
_recipient: svc_fee_recipient;
_amount: svc_fee
};
msg_to_seller = {
_tag: "TransferNativeZIL";
_recipient: seller;
_amount: seller_profit
};
Use
AddFunds
instead ofTransferNativeZIL
as per ZRC-5