xrpld
Loading...
Searching...
No Matches
xrpl::test::Balance< T > Struct Template Reference
Collaboration diagram for xrpl::test::Balance< T >:

Public Member Functions

 Balance (T &env, jtx::Account const &account)
STAmount diff () const

Public Attributes

jtx::Account const & account
T & env
STAmount startAmount

Detailed Description

template<class T>
struct xrpl::test::Balance< T >

Definition at line 242 of file XChain_test.cpp.

Constructor & Destructor Documentation

◆ Balance()

template<class T>
xrpl::test::Balance< T >::Balance ( T & env,
jtx::Account const & account )

Definition at line 248 of file XChain_test.cpp.

Member Function Documentation

◆ diff()

template<class T>
STAmount xrpl::test::Balance< T >::diff ( ) const
nodiscard

Definition at line 254 of file XChain_test.cpp.

Member Data Documentation

◆ account

template<class T>
jtx::Account const& xrpl::test::Balance< T >::account

Definition at line 244 of file XChain_test.cpp.

◆ env

template<class T>
T& xrpl::test::Balance< T >::env

Definition at line 245 of file XChain_test.cpp.

◆ startAmount

template<class T>
STAmount xrpl::test::Balance< T >::startAmount

Definition at line 246 of file XChain_test.cpp.