The transaction block to add reward claiming operations to
Array of rewards to claim
Optional
options: Partial<Optional configuration including account capabilities and custom coin handling
The type of custom coin handling, can be 'transfer', 'depositNAVI' or 'skip'
The address to transfer the reward to, only used when options.customCoinReceive.type is 'transfer'
The address to transfer the reward to if the pool is full, only used when options.customCoinReceive.type is 'depositNAVI'
Array of claimed reward coins and their identifiers
Claim lending rewards in the PTB (Programmable Transaction Block)
This function adds operations to a transaction block to claim rewards from the lending protocol. It supports different claiming methods including direct claiming, claiming with account capabilities, and custom coin handling (transfer or deposit).