|
void | testKeychain (const KeychainTestData &data, std::function< void(Keychain &)> f) |
|
void | SetUp () override |
|
void | TearDown () override |
|
std::shared_ptr< WalletPool > | newDefaultPool (std::string poolName="my_ppol") |
|
void | createWallet (const std::shared_ptr< WalletPool > &pool, const std::string &walletName, const std::string ¤cyName, const std::shared_ptr< api::DynamicObject > &configuration) |
|
void | createAccount (const std::shared_ptr< WalletPool > &pool, const std::string &walletName, int32_t index) |
|
BitcoinLikeWalletDatabase | newBitcoinAccount (const std::shared_ptr< WalletPool > &pool, const std::string &walletName, const std::string ¤cyName, const std::shared_ptr< api::DynamicObject > &configuration, int32_t index, const std::string &xpub) |
|
std::shared_ptr< BitcoinLikeAccount > | createBitcoinLikeAccount (const std::shared_ptr< AbstractWallet > &wallet, int32_t index, const api::AccountCreationInfo &info) |
|
std::shared_ptr< BitcoinLikeAccount > | createBitcoinLikeAccount (const std::shared_ptr< AbstractWallet > &wallet, int32_t index, const api::ExtendedKeyAccountCreationInfo &info) |
|
void | SetUp () override |
|
void | TearDown () override |
|
std::shared_ptr< WalletPool > | newDefaultPool (const std::string &poolName="my_ppol", const std::string &password="test") |
|
void | createWallet (const std::shared_ptr< WalletPool > &pool, const std::string &walletName, const std::string ¤cyName, const std::shared_ptr< api::DynamicObject > &configuration) |
|
void | createAccount (const std::shared_ptr< WalletPool > &pool, const std::string &walletName, int32_t index) |
|
BitcoinLikeWalletDatabase | newBitcoinAccount (const std::shared_ptr< WalletPool > &pool, const std::string &walletName, const std::string ¤cyName, const std::shared_ptr< api::DynamicObject > &configuration, int32_t index, const std::string &xpub) |
|
std::shared_ptr< BitcoinLikeAccount > | createBitcoinLikeAccount (const std::shared_ptr< AbstractWallet > &wallet, int32_t index, const api::AccountCreationInfo &info) |
|
std::shared_ptr< BitcoinLikeAccount > | createBitcoinLikeAccount (const std::shared_ptr< AbstractWallet > &wallet, int32_t index, const api::ExtendedKeyAccountCreationInfo &info) |
|
std::shared_ptr< EthereumLikeAccount > | createEthereumLikeAccount (const std::shared_ptr< AbstractWallet > &wallet, int32_t index, const api::AccountCreationInfo &info) |
|
std::shared_ptr< EthereumLikeAccount > | createEthereumLikeAccount (const std::shared_ptr< AbstractWallet > &wallet, int32_t index, const api::ExtendedKeyAccountCreationInfo &info) |
|
std::shared_ptr< RippleLikeAccount > | createRippleLikeAccount (const std::shared_ptr< AbstractWallet > &wallet, int32_t index, const api::AccountCreationInfo &info) |
|
std::shared_ptr< RippleLikeAccount > | createRippleLikeAccount (const std::shared_ptr< AbstractWallet > &wallet, int32_t index, const api::ExtendedKeyAccountCreationInfo &info) |
|
std::shared_ptr< TezosLikeAccount > | createTezosLikeAccount (const std::shared_ptr< AbstractWallet > &wallet, int32_t index, const api::AccountCreationInfo &info) |
|