#include "signature.hpp"

Public Types | |
| using | SignatureType = decltype(signature) |
| using | KeyType = decltype(pubkey) |
Public Member Functions | |
| Signature ()=default | |
| Signature (sig_t signature, pubkey_t public_key) | |
| bool | operator== (const Signature &rhs) const |
| bool | operator!= (const Signature &rhs) const |
Public Attributes | |
| sig_t | signature |
| pubkey_t | pubkey |
Signature is a Model structure to store crypto information
| using iroha::model::Signature::KeyType = decltype(pubkey) |
| using iroha::model::Signature::SignatureType = decltype(signature) |
|
default |
| bool iroha::model::Signature::operator!= | ( | const Signature & | rhs | ) | const |

| bool iroha::model::Signature::operator== | ( | const Signature & | rhs | ) | const |
| pubkey_t iroha::model::Signature::pubkey |
| sig_t iroha::model::Signature::signature |