Setting things up
XRP Ledger accounts
First XRPL interaction
Activate Existing XRPL Account on Test Network
Connecting and Interacting with XRP Ledger: account_info
Interacting with XRP Ledger using JSON-RPC
Error Handling and Best Practices
Basics of XRP and Issued Currency
Signing Payment Transaction
Assignment Solution
Verifying Signature
Submit Transaction Signature To XRP Ledger
Subscription Methods
Subscription Methods To Build Responsive App
Transaction Verification
Balance Detail
Transaction Cost
Measures to Avoid Ledger Spamming
Source And Destination Tags
AccountSet Transaction: Domain, Gravatar
AccountSet Transaction: SetFlag, ClearFlag
Deposit AuthorizationTokens, transactions
Issuing Token on XRPL
Token(IOU): Payment Transaction
Commands To Fetch TrustLine Information
Freeze a TrustLine
Issuer: Transfer Fees
More about TrustLine
Currency Code In Hex Format
Removing a TrustLine
Require authorization FlagLedger features
AccountDelete Transaction
Tickets: Theory
TicketCreate Transaction
Delete Ticket ObjectSetRegularKey
SetRegularKey: The Concept
Assigning RegularKey
Change RegularKey
Remove RegularKey
Blackhole An AccountMultiSigning
MultiSigning: The Concept
Replace SignerListRemoving SignerList
Intro
Let’s delete or remove an existing SignerList from the master account.
Video
Topics covered
- There are 3 ways to remove a SignerList: MasterKey, RegularKey, SignerList.
- More details about special Fee for multi-signing.
- Removing SignerList using master account.
- Removing SignerList using regular key of master account.
- Current SignerList removing itself from being a SignerList.
- Multi-signing for AccountSet transaction.
References
- Multi-Signing
- SignerListSet
- ExpandedSignerList
- submit_multisigned
Note
You can watch this video by changing the “playback speed” to 1.25
Click on the settings gear on the video player above → Choose Playback speed → Select 1.25 or whatever is good for you.
Final tip: If the only method to sign transaction from your account is using SignerList, then you can not remove the SignerList. i.e., if your master key is disabled and it does not have a regular key set. In that case, you can not remove the only method of signing which is SignerList.
← Previous
Multi-signed Payment
Next →
Coming Soon
- Removing SignerList
- Intro
- Video
- Topics covered
- References
- Note