Expand description
Transaction builders. It is a lot of manual work to build an XRPL transaction. This module provides a few pre-built transaction builders as well as a generic buffer and builder that can be used to build any transaction.
Structs§
- Transaction
Buffer - A generic buffer for building a transaction. You can use this struct to build your custom transaction.
- XrpPayment
Builder - Builds a transaction to send XRP.
Traits§
- Transaction
Builder - Builds a transaction.