BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::wallet::signed_message Class Reference

#include <wallet_structs.hpp>

Public Member Functions

fc::sha256 digest () const
 

Public Attributes

string message
 
signed_message_meta meta
 
fc::optional< fc::ecc::compact_signaturesignature
 

Detailed Description

Definition at line 260 of file wallet_structs.hpp.

Member Function Documentation

◆ digest()

fc::sha256 graphene::wallet::signed_message::digest ( ) const

Definition at line 88 of file wallet.cpp.

Member Data Documentation

◆ message

string graphene::wallet::signed_message::message

Definition at line 262 of file wallet_structs.hpp.

◆ meta

signed_message_meta graphene::wallet::signed_message::meta

Definition at line 263 of file wallet_structs.hpp.

◆ signature

fc::optional<fc::ecc::compact_signature> graphene::wallet::signed_message::signature

Definition at line 264 of file wallet_structs.hpp.


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