Extrinsics
Balances
- TransferSends an amount of native tokens from one account to another on the same network. Uses
balances.transferKeepAliveunder the hood to ensure the sender's account remains above the existential deposit.
Nomination Pools
- Claim RewardsClaims all pending staking rewards from a nomination pool. This calls
nominationPools.claimPayoutto transfer any unclaimed rewards directly to the nominator's account. - Compound RewardsBonds any unclaimed nomination pool rewards back into the pool, increasing the nominator's stake. This calls
nominationPools.bondExtra, which automatically claims and bonds pending rewards in a single step.