mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use SecretKey, PublicKey
This commit is contained in:
committed by
Nik Bougalis
parent
6fccd07479
commit
163e8eb8fc
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <ripple/protocol/tokens.h>
|
||||
// VFALCO Uncomment when the header issues are resolved
|
||||
//#include <ripple/protocol/AnyPublicKey.h>
|
||||
//#include <ripple/protocol/PublicKey.h>
|
||||
#include <ripple/basics/base_uint.h>
|
||||
#include <ripple/basics/UnorderedContainers.h>
|
||||
#include <ripple/json/json_value.h>
|
||||
@@ -33,9 +33,6 @@
|
||||
|
||||
namespace ripple {
|
||||
|
||||
// VFALCO Forward declared due to header issues
|
||||
class AnyPublicKey;
|
||||
|
||||
namespace detail {
|
||||
|
||||
class AccountIDTag { };
|
||||
@@ -96,8 +93,9 @@ parseHexOrBase58 (std::string const& s);
|
||||
guard bytes included in the base58 representation.
|
||||
|
||||
*/
|
||||
AccountID
|
||||
calcAccountID (AnyPublicKey const& pk);
|
||||
// VFALCO In PublicKey.h for now
|
||||
//AccountID
|
||||
//calcAccountID (PublicKey const& pk);
|
||||
|
||||
/** A special account that's used as the "issuer" for XRP. */
|
||||
AccountID const&
|
||||
|
||||
Reference in New Issue
Block a user