#include <XChainAttestations.h>
 | 
|   | AttestationCreateAccount (STObject const &o) | 
|   | 
|   | AttestationCreateAccount (Json::Value const &v) | 
|   | 
|   | AttestationCreateAccount (AccountID attestationSignerAccount_, PublicKey const &publicKey_, Buffer signature_, AccountID const &sendingAccount_, STAmount const &sendingAmount_, STAmount const &rewardAmount_, AccountID const &rewardAccount_, bool wasLockingChainSend_, std::uint64_t createCount_, AccountID const &toCreate_) | 
|   | 
|   | AttestationCreateAccount (STXChainBridge const &bridge, AccountID attestationSignerAccount_, PublicKey const &publicKey_, SecretKey const &secretKey_, AccountID const &sendingAccount_, STAmount const &sendingAmount_, STAmount const &rewardAmount_, AccountID const &rewardAccount_, bool wasLockingChainSend_, std::uint64_t createCount_, AccountID const &toCreate_) | 
|   | 
| STObject  | toSTObject () const | 
|   | 
| bool  | sameEvent (AttestationCreateAccount const &rhs) const | 
|   | 
| bool  | validAmounts () const | 
|   | 
| bool  | verify (STXChainBridge const &bridge) const | 
|   | 
Definition at line 152 of file XChainAttestations.h.
 
◆ AttestationCreateAccount() [1/4]
  
  
      
        
          | ripple::Attestations::AttestationCreateAccount::AttestationCreateAccount  | 
          ( | 
          STObject const &  | 
          o | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
◆ AttestationCreateAccount() [2/4]
  
  
      
        
          | ripple::Attestations::AttestationCreateAccount::AttestationCreateAccount  | 
          ( | 
          Json::Value const &  | 
          v | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
◆ AttestationCreateAccount() [3/4]
◆ AttestationCreateAccount() [4/4]
  
  
      
        
          | ripple::Attestations::AttestationCreateAccount::AttestationCreateAccount  | 
          ( | 
          STXChainBridge const &  | 
          bridge,  | 
         
        
           | 
           | 
          AccountID  | 
          attestationSignerAccount_,  | 
         
        
           | 
           | 
          PublicKey const &  | 
          publicKey_,  | 
         
        
           | 
           | 
          SecretKey const &  | 
          secretKey_,  | 
         
        
           | 
           | 
          AccountID const &  | 
          sendingAccount_,  | 
         
        
           | 
           | 
          STAmount const &  | 
          sendingAmount_,  | 
         
        
           | 
           | 
          STAmount const &  | 
          rewardAmount_,  | 
         
        
           | 
           | 
          AccountID const &  | 
          rewardAccount_,  | 
         
        
           | 
           | 
          bool  | 
          wasLockingChainSend_,  | 
         
        
           | 
           | 
          std::uint64_t  | 
          createCount_,  | 
         
        
           | 
           | 
          AccountID const &  | 
          toCreate_  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
explicit   | 
  
 
 
◆ toSTObject()
      
        
          | STObject ripple::Attestations::AttestationCreateAccount::toSTObject  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ sameEvent()
◆ message() [1/2]
◆ validAmounts()
      
        
          | bool ripple::Attestations::AttestationCreateAccount::validAmounts  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ message() [2/2]
◆ verify()
  
  
      
        
          | bool ripple::Attestations::AttestationBase::verify  | 
          ( | 
          STXChainBridge const &  | 
          bridge | ) | 
           const | 
         
       
   | 
  
inherited   | 
  
 
 
◆ equalHelper()
◆ sameEventHelper()
◆ addHelper()
  
  
      
        
          | void ripple::Attestations::AttestationBase::addHelper  | 
          ( | 
          STObject &  | 
          o | ) | 
           const | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ operator==
◆ createCount
      
        
          | std::uint64_t ripple::Attestations::AttestationCreateAccount::createCount | 
        
      
 
 
◆ toCreate
      
        
          | AccountID ripple::Attestations::AttestationCreateAccount::toCreate | 
        
      
 
 
◆ rewardAmount
      
        
          | STAmount ripple::Attestations::AttestationCreateAccount::rewardAmount | 
        
      
 
 
◆ attestationSignerAccount
  
  
      
        
          | AccountID ripple::Attestations::AttestationBase::attestationSignerAccount | 
         
       
   | 
  
inherited   | 
  
 
 
◆ publicKey
  
  
      
        
          | PublicKey ripple::Attestations::AttestationBase::publicKey | 
         
       
   | 
  
inherited   | 
  
 
 
◆ signature
  
  
      
        
          | Buffer ripple::Attestations::AttestationBase::signature | 
         
       
   | 
  
inherited   | 
  
 
 
◆ sendingAccount
  
  
      
        
          | AccountID ripple::Attestations::AttestationBase::sendingAccount | 
         
       
   | 
  
inherited   | 
  
 
 
◆ sendingAmount
  
  
      
        
          | STAmount ripple::Attestations::AttestationBase::sendingAmount | 
         
       
   | 
  
inherited   | 
  
 
 
◆ rewardAccount
  
  
      
        
          | AccountID ripple::Attestations::AttestationBase::rewardAccount | 
         
       
   | 
  
inherited   | 
  
 
 
◆ wasLockingChainSend
  
  
      
        
          | bool ripple::Attestations::AttestationBase::wasLockingChainSend | 
         
       
   | 
  
inherited   |