#include "seed.hpp"


Public Member Functions | |
| Seed (const std::string &seed) | |
| std::string | toString () const override |
Public Member Functions inherited from shared_model::crypto::Blob | |
| Blob ()=default | |
| Blob (std::string_view blob) | |
| Blob (const Bytes &blob) | |
| Blob (shared_model::interface::types::ByteRange range) | |
| Blob (Bytes &&blob) noexcept | |
| virtual const Bytes & | blob () const |
| shared_model::interface::types::ByteRange | range () const |
| virtual const std::string & | hex () const |
| virtual size_t | size () const |
| bool | operator== (const Blob &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< Blob > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Public Member Functions inherited from Cloneable< Blob > | |
| virtual | ~Cloneable ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::crypto::Blob | |
| using | Bytes = std::vector< uint8_t > |
Public Types inherited from shared_model::interface::ModelPrimitive< Blob > | |
| using | ModelType = Blob |
Public Types inherited from Cloneable< Blob > | |
| using | base_type = Blob |
Static Public Member Functions inherited from shared_model::crypto::Blob | |
| static Blob | fromHexString (std::string_view hex) |
Protected Member Functions inherited from shared_model::crypto::Blob | |
| Blob * | clone () const override |
Class for seed representation.
|
explicit |
|
overridevirtual |
Make string developer representation of object
Reimplemented from shared_model::crypto::Blob.
