Setting things up
XRP Ledger accounts
First XRPL interaction



















Tokens, transactions









Ledger features




SetRegularKey





MultiSigning


AccountSet Transaction: Domain, Gravatar
Intro
AccountSet transaction to set Domain and Gravatar for your XRP Ledger account.
Video
Topics covered
- Domain: The domain that owns this account, as a string of hex representing the ASCII for the domain in lowercase. Cannot be more than 256 bytes in length.
- EmailHash: Hash of an email address to be used for generating an avatar image. Conventionally, clients use Gravatar to display this image.
- To remove the Domain and/or EmailHash from an account, send a AccountSet transaction with Domain and/or EmailHash set to an empty string.
References
Final tip: For fetching information about any account and ledger using Public API method, you don’t need accounts secret key.
← Previous
Next →