rippled
Public Member Functions | Static Public Member Functions | Public Attributes | Private Member Functions | List of all members
ripple::ValidatorToken Struct Reference
Collaboration diagram for ripple::ValidatorToken:
Collaboration graph
[legend]

Public Member Functions

 ValidatorToken (ValidatorToken const &)=delete
 
 ValidatorToken (ValidatorToken &&other)=default
 

Static Public Member Functions

static boost::optional< ValidatorTokenmake_ValidatorToken (std::vector< std::string > const &tokenBlob)
 

Public Attributes

std::string manifest
 
SecretKey validationSecret
 

Private Member Functions

 ValidatorToken (std::string const &m, SecretKey const &valSecret)
 

Detailed Description

Definition at line 166 of file Manifest.h.

Constructor & Destructor Documentation

◆ ValidatorToken() [1/3]

ripple::ValidatorToken::ValidatorToken ( std::string const &  m,
SecretKey const &  valSecret 
)
private

Definition at line 236 of file app/misc/impl/Manifest.cpp.

◆ ValidatorToken() [2/3]

ripple::ValidatorToken::ValidatorToken ( ValidatorToken const &  )
delete

◆ ValidatorToken() [3/3]

ripple::ValidatorToken::ValidatorToken ( ValidatorToken &&  other)
default

Member Function Documentation

◆ make_ValidatorToken()

boost::optional< ValidatorToken > ripple::ValidatorToken::make_ValidatorToken ( std::vector< std::string > const &  tokenBlob)
static

Definition at line 243 of file app/misc/impl/Manifest.cpp.

Member Data Documentation

◆ manifest

std::string ripple::ValidatorToken::manifest

Definition at line 168 of file Manifest.h.

◆ validationSecret

SecretKey ripple::ValidatorToken::validationSecret

Definition at line 169 of file Manifest.h.