TransferOffer. The registrar is extracted automatically from the contract payload — you only need to pass the offer’s contract ID.
Invoked through the two-phase transaction flow with:
operation = TRANSACTION_OPERATION_ACCEPT_CIP56params.accept_cip56 = AcceptCip56Params { … }
Params
Contract ID of the CIP-56
TransferOffer to accept.See also
TransferCip56— create an outgoing CIP-56 transfer.GetBalances— verify the holding was credited after acceptance.