|
static std::shared_ptr< RippleLikeTransaction > | parseRawUnsignedTransaction (const Currency ¤cy, const std::vector< uint8_t > &rawTransaction) |
|
static std::shared_ptr< RippleLikeTransaction > | parseRawSignedTransaction (const Currency ¤cy, const std::vector< uint8_t > &rawTransaction) |
|
◆ addMemo()
◆ build()
Build a transaction from the given builder parameters.
◆ clone()
◆ reset()
virtual void ledger::core::api::RippleLikeTransactionBuilder::reset |
( |
| ) |
|
|
pure virtual |
◆ sendToAddress()
virtual std::shared_ptr<RippleLikeTransactionBuilder> ledger::core::api::RippleLikeTransactionBuilder::sendToAddress |
( |
const std::shared_ptr< Amount > & |
amount, |
|
|
const std::string & |
address |
|
) |
| |
|
pure virtual |
Send funds to the given address. This method can be called multiple times to send to multiple addresses.
- Parameters
-
amount | The value to send |
address | Address of the recipient |
- Returns
- A reference on the same builder in order to chain calls.
◆ setDestinationTag()
◆ setFees()
Set fees (in drop) the originator is willing to pay
- Returns
- A reference on the same builder in order to chain calls.
◆ wipeToAddress()
virtual std::shared_ptr<RippleLikeTransactionBuilder> ledger::core::api::RippleLikeTransactionBuilder::wipeToAddress |
( |
const std::string & |
address | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: