Module transaction

Source
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§

TransactionBuffer
A generic buffer for building a transaction. You can use this struct to build your custom transaction.
XrpPaymentBuilder
Builds a transaction to send XRP.

Traits§

TransactionBuilder
Builds a transaction.