Class List > eosio :: signature
EOSIO Signature. More...
Public Attributes
Type | Name |
---|---|
unsigned_int | type Type of the signature. |
std::array< char, 65 > | data Bytes of the signature. |
Friends
Type | Name |
---|---|
friend bool | operator== |
friend bool | operator!= |
Detailed Description
EOSIO Signature
Public Attributes Documentation
variable type
unsigned_int eosio::signature::type;
Type of the signature.
Type of the signature, could be either K1 or R1
variable data
std::array<char,65> eosio::signature::data;
Bytes of the signature.
Bytes of the signature
Friends Documentation
friend operator==
bool operator==(
const signature & a,
const signature & b
)
friend operator!=
bool operator!=(
const signature & a,
const signature & b
)
The documentation for this class was generated from the following file: libraries/eosiolib/crypto.hpp