mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Missing from previous commit.
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
TransactionType getTxnType() const { return mType; }
|
||||
uint64 getTransactionFee() const;
|
||||
void setTransactionFee(uint64);
|
||||
uint160 getSigningAccount() const;
|
||||
uint160 getSigningAccount() const { return mSigningAccount; }
|
||||
std::vector<unsigned char> getRawSigningAccount() const;
|
||||
const std::vector<unsigned char>& peekRawSigningAccount() const;
|
||||
std::vector<unsigned char>& peekRawSigningAccount();
|
||||
|
||||
Reference in New Issue
Block a user