mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Missing function.
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
void setTransactionFee(const STAmount& fee) { setValueFieldAmount(sfFee, fee); }
|
||||
|
||||
NewcoinAddress getSourceAccount() const { return getValueFieldAccount(sfAccount); }
|
||||
std::vector<unsigned char> getSigningPubKey() const;
|
||||
std::vector<unsigned char> getSigningPubKey() const { return getValueFieldVL(sfSigningPubKey); }
|
||||
void setSigningPubKey(const NewcoinAddress& naSignPubKey);
|
||||
void setSourceAccount(const NewcoinAddress& naSource);
|
||||
std::string getTransactionType() const { return mFormat->t_name; }
|
||||
|
||||
Reference in New Issue
Block a user