rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
xrpl::ValidatorBlobInfo Struct Reference

Used to represent the information stored in the blobs_v2 Json array. More...

#include <ValidatorList.h>

Collaboration diagram for xrpl::ValidatorBlobInfo:
Collaboration graph
[legend]

Public Attributes

std::string blob
 
std::string signature
 
std::optional< std::stringmanifest
 

Detailed Description

Used to represent the information stored in the blobs_v2 Json array.

Definition at line 96 of file ValidatorList.h.

Member Data Documentation

◆ blob

std::string xrpl::ValidatorBlobInfo::blob

Definition at line 99 of file ValidatorList.h.

◆ signature

std::string xrpl::ValidatorBlobInfo::signature

Definition at line 101 of file ValidatorList.h.

◆ manifest

std::optional<std::string> xrpl::ValidatorBlobInfo::manifest

Definition at line 104 of file ValidatorList.h.