|
ledger-core
|
#include <ExtendedKeyAccountCreationInfo.hpp>
Public Member Functions | |
| ExtendedKeyAccountCreationInfo (int32_t index_, std::vector< std::string > owners_, std::vector< std::string > derivations_, std::vector< std::string > extendedKeys_) | |
| ExtendedKeyAccountCreationInfo (const ExtendedKeyAccountCreationInfo &cpy) | |
| ExtendedKeyAccountCreationInfo & | operator= (const ExtendedKeyAccountCreationInfo &cpy) |
| template<class Archive > | |
| void | load (Archive &archive) |
| template<class Archive > | |
| void | save (Archive &archive) const |
Public Attributes | |
| int32_t | index |
| std::vector< std::string > | owners |
| std::vector< std::string > | derivations |
| std::vector< std::string > | extendedKeys |
TODO
1.8.13