mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove all IField/ITField functions. They are now obsolete.
Use the correponding STObject functions.
This commit is contained in:
@@ -103,6 +103,7 @@ public:
|
||||
uint160 getValueFieldH160(SField::ref field) const;
|
||||
uint256 getValueFieldH256(SField::ref field) const;
|
||||
NewcoinAddress getValueFieldAccount(SField::ref field) const;
|
||||
uint160 getValueFieldAccount160(SField::ref field) const;
|
||||
std::vector<unsigned char> getValueFieldVL(SField::ref field) const;
|
||||
std::vector<TaggedListItem> getValueFieldTL(SField::ref field) const;
|
||||
STAmount getValueFieldAmount(SField::ref field) const;
|
||||
|
||||
Reference in New Issue
Block a user