Tokens
Fungible Token
How do I transfer ROOT
token?
ROOT
token?Since ROOT token is a security token, it's managed by the balances
pallet. To transfer ROOT tokens, use the following snippet:
Note: ROOT token has 6 decimals.
How do I transfer XRP
or any other fungible tokens?
XRP
or any other fungible tokens?XRP and any other non-default fungible tokens are managed by the assets
pallet, separate from the balances
pallet. That also means you need to provide the asset ID when you want to transfer any of these tokens.
Tip: To retrieve a list of available tokens and their asset IDs, checkout Tokens section in our Block Explorer.
NFT (Non-Fungible Token)
SFT (Semi-Fungible Token)
Last updated