
Public Member Functions | |
| Impl (TransportType &&ref) | |
| Impl (const TransportType &ref) | |
Public Attributes | |
| TransportType | proto_ |
| ProtoQueryVariantType | variant_ |
| QueryVariantType | ivariant_ {variant_} |
| interface::types::BlobType | blob_ {makeBlob(proto_)} |
| interface::types::BlobType | payload_ {makeBlob(proto_.payload())} |
| SignatureSetType< proto::Signature > | signatures_ |
| interface::types::HashType | hash_ = makeHash(payload_) |
|
inlineexplicit |
|
inlineexplicit |
| interface::types::BlobType iroha::protocol::Query::Impl::blob_ {makeBlob(proto_)} |
| interface::types::HashType iroha::protocol::Query::Impl::hash_ = makeHash(payload_) |
| QueryVariantType iroha::protocol::Query::Impl::ivariant_ {variant_} |
| interface::types::BlobType iroha::protocol::Query::Impl::payload_ {makeBlob(proto_.payload())} |
| TransportType iroha::protocol::Query::Impl::proto_ |
| SignatureSetType<proto::Signature> iroha::protocol::Query::Impl::signatures_ |
| ProtoQueryVariantType iroha::protocol::Query::Impl::variant_ |