mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 10:16:45 +00:00
PoC for sponsored fees
This commit is contained in:
@@ -689,6 +689,13 @@ STObject::getFieldArray(SField const& field) const
|
||||
return getFieldByConstRef<STArray>(field, empty);
|
||||
}
|
||||
|
||||
const STObject&
|
||||
STObject::getFieldObject(SField const& field) const
|
||||
{
|
||||
static STObject const empty(field);
|
||||
return getFieldByConstRef<STObject>(field, empty);
|
||||
}
|
||||
|
||||
STCurrency const&
|
||||
STObject::getFieldCurrency(SField const& field) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user