SponsorReserve,SponsorAccount

- not fully tested
- need to modify: Reserve check where using sfOwnerCount
This commit is contained in:
tequ
2025-07-30 23:39:14 +09:00
parent 5b9c767b07
commit d40f8cc232
44 changed files with 1005 additions and 93 deletions

View File

@@ -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.

View File

@@ -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)