rippled
Loading...
Searching...
No Matches
Classes | Functions
ripple::test::jtx::batch Namespace Reference

Batch operations. More...

Classes

class  inner
 Adds a new Batch Txn on a JTx and autofills. More...
 
class  msig
 Set a batch nested multi-signature on a JTx. More...
 
class  sig
 Set a batch signature on a JTx. More...
 

Functions

XRPAmount calcBatchFee (jtx::Env const &env, uint32_t const &numSigners, uint32_t const &txns=0)
 Calculate Batch Fee.
 
Json::Value outer (jtx::Account const &account, uint32_t seq, STAmount const &fee, std::uint32_t flags)
 Batch.
 

Detailed Description

Batch operations.

Function Documentation

◆ calcBatchFee()

XRPAmount ripple::test::jtx::batch::calcBatchFee ( jtx::Env const &  env,
uint32_t const &  numSigners,
uint32_t const &  txns = 0 
)

Calculate Batch Fee.

Definition at line 19 of file batch.cpp.

◆ outer()

Json::Value ripple::test::jtx::batch::outer ( jtx::Account const &  account,
uint32_t  seq,
STAmount const &  fee,
std::uint32_t  flags 
)

Batch.

Definition at line 30 of file batch.cpp.