This type of transaction includes the fields listed as follows. Each field is responsible for performing a certain function:
- AccountSet: This transaction is used to modify the attributes of an account in the Ripple consensus ledger.
- SetRegularKey: This is used to change or set the transaction signing key for an account. An account is identified using a base-58 Ripple address derived from the account's master public key.
- SignerListSet: This can be used to create a set of signers for use in multisignature transactions.
- TrustSet: This is used to create or modify a trust line between accounts.
A transaction in Ripple is composed of various fields that are common to all transaction types. These fields are listed ...