Claim assets on destination chain
As we mentioned in section.5, users need to claim the assets that rolled out from Cycle to be acquired on the destination chain. The procedures of claiming are composed of two parts, getting rollout transactions and claiming assets corresponding to a specific rollout. First, we need to have all unclaimed rollout transactions listed. Thanks to SDK, we just have to call a single function instead of going through all transactions recorded on a Cycle to get them.
Then we need to find out which rollout asset we want to acquire, and then claim it by calling SDK method.
Last updated