|
rippled
|
#include <XChainAttestations.h>

Public Member Functions | |
| MatchFields (TSignedAttestation const &att) | |
| MatchFields (STAmount const &a, bool b, std::optional< AccountID > const &d) | |
Public Attributes | |
| STAmount | amount |
| bool | wasLockingChainSend |
| std::optional< AccountID > | dst |
Definition at line 258 of file XChainAttestations.h.
| ripple::XChainClaimAttestation::MatchFields::MatchFields | ( | XChainClaimAttestation::TSignedAttestation const & | att | ) |
Definition at line 518 of file XChainAttestations.cpp.
| ripple::XChainClaimAttestation::MatchFields::MatchFields | ( | STAmount const & | a, |
| bool | b, | ||
| std::optional< AccountID > const & | d | ||
| ) |
Definition at line 264 of file XChainAttestations.h.
| STAmount ripple::XChainClaimAttestation::MatchFields::amount |
Definition at line 260 of file XChainAttestations.h.
| bool ripple::XChainClaimAttestation::MatchFields::wasLockingChainSend |
Definition at line 261 of file XChainAttestations.h.
| std::optional<AccountID> ripple::XChainClaimAttestation::MatchFields::dst |
Definition at line 262 of file XChainAttestations.h.