rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ripple::XChainClaimAttestation::MatchFields Struct Reference

#include <XChainAttestations.h>

Collaboration diagram for ripple::XChainClaimAttestation::MatchFields:
Collaboration graph
[legend]

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< AccountIDdst
 

Detailed Description

Definition at line 258 of file XChainAttestations.h.

Constructor & Destructor Documentation

◆ MatchFields() [1/2]

ripple::XChainClaimAttestation::MatchFields::MatchFields ( XChainClaimAttestation::TSignedAttestation const &  att)

Definition at line 518 of file XChainAttestations.cpp.

◆ MatchFields() [2/2]

ripple::XChainClaimAttestation::MatchFields::MatchFields ( STAmount const &  a,
bool  b,
std::optional< AccountID > const &  d 
)

Definition at line 264 of file XChainAttestations.h.

Member Data Documentation

◆ amount

STAmount ripple::XChainClaimAttestation::MatchFields::amount

Definition at line 260 of file XChainAttestations.h.

◆ wasLockingChainSend

bool ripple::XChainClaimAttestation::MatchFields::wasLockingChainSend

Definition at line 261 of file XChainAttestations.h.

◆ dst

std::optional<AccountID> ripple::XChainClaimAttestation::MatchFields::dst

Definition at line 262 of file XChainAttestations.h.