mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 17:27:00 +00:00
SponsorReserve,SponsorAccount
- not fully tested - need to modify: Reserve check where using sfOwnerCount
This commit is contained in:
@@ -169,6 +169,7 @@ LEDGER_ENTRY(ltACCOUNT_ROOT, 0x0061, AccountRoot, account, ({
|
||||
{sfVaultID, soeOPTIONAL}, // pseudo-account designator
|
||||
{sfSponsoredOwnerCount, soeOPTIONAL},
|
||||
{sfSponsoringOwnerCount, soeOPTIONAL},
|
||||
{sfSponsoringAccountCount,soeOPTIONAL},
|
||||
}))
|
||||
|
||||
/** A ledger object which contains a list of object identifiers.
|
||||
|
||||
@@ -116,6 +116,7 @@ TYPED_SFIELD(sfOracleDocumentID, UINT32, 51)
|
||||
TYPED_SFIELD(sfPermissionValue, UINT32, 52)
|
||||
TYPED_SFIELD(sfSponsoredOwnerCount, UINT32, 53)
|
||||
TYPED_SFIELD(sfSponsoringOwnerCount, UINT32, 54)
|
||||
TYPED_SFIELD(sfSponsoringAccountCount, UINT32, 55)
|
||||
|
||||
// 64-bit integers (common)
|
||||
TYPED_SFIELD(sfIndexNext, UINT64, 1)
|
||||
|
||||
Reference in New Issue
Block a user