rippled
Public Types | Public Member Functions | Static Public Member Functions | List of all members
ripple::STExchange< STBlob, PublicKey > Struct Reference

Public Types

using value_type = PublicKey
 

Public Member Functions

 STExchange ()=default
 

Static Public Member Functions

static void get (std::optional< value_type > &t, STBlob const &u)
 
static std::unique_ptr< STBlobset (SField const &f, PublicKey const &t)
 

Detailed Description

Definition at line 164 of file PublicKey.h.

Member Typedef Documentation

◆ value_type

Definition at line 168 of file PublicKey.h.

Constructor & Destructor Documentation

◆ STExchange()

ripple::STExchange< STBlob, PublicKey >::STExchange ( )
explicitdefault

Member Function Documentation

◆ get()

static void ripple::STExchange< STBlob, PublicKey >::get ( std::optional< value_type > &  t,
STBlob const &  u 
)
static

Definition at line 171 of file PublicKey.h.

◆ set()

static std::unique_ptr<STBlob> ripple::STExchange< STBlob, PublicKey >::set ( SField const &  f,
PublicKey const &  t 
)
static

Definition at line 177 of file PublicKey.h.