BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <wallet_structs.hpp>
Public Member Functions | |
fc::sha256 | digest () const |
Public Attributes | |
string | message |
signed_message_meta | meta |
fc::optional< fc::ecc::compact_signature > | signature |
Definition at line 260 of file wallet_structs.hpp.
fc::sha256 graphene::wallet::signed_message::digest | ( | ) | const |
Definition at line 88 of file wallet.cpp.
string graphene::wallet::signed_message::message |
Definition at line 262 of file wallet_structs.hpp.
signed_message_meta graphene::wallet::signed_message::meta |
Definition at line 263 of file wallet_structs.hpp.
fc::optional<fc::ecc::compact_signature> graphene::wallet::signed_message::signature |
Definition at line 264 of file wallet_structs.hpp.