CatapultServer  v0.5.0.1 (Elephant)
catapult::state::SecretLockInfoExtendedDataSerializer Struct Reference

Policy for saving and loading secret lock info extended data. More...

Static Public Member Functions

static void Save (const SecretLockInfo &lockInfo, io::OutputStream &output)
 Saves lockInfo extended data to output. More...
 
static void Load (io::InputStream &input, SecretLockInfo &lockInfo)
 Loads secret lock info extended data from input into lockInfo. More...
 

Detailed Description

Policy for saving and loading secret lock info extended data.

Member Function Documentation

◆ Load()

void catapult::state::SecretLockInfoExtendedDataSerializer::Load ( io::InputStream input,
SecretLockInfo lockInfo 
)
static

Loads secret lock info extended data from input into lockInfo.

Here is the call graph for this function:

◆ Save()

void catapult::state::SecretLockInfoExtendedDataSerializer::Save ( const SecretLockInfo lockInfo,
io::OutputStream output 
)
static

Saves lockInfo extended data to output.

Here is the call graph for this function:

The documentation for this struct was generated from the following files: