This commit is contained in:
tequ
2025-07-08 01:30:40 +09:00
committed by GitHub
parent aa1ff0e32d
commit 72ed28b1fe
2 changed files with 11 additions and 0 deletions

View File

@@ -1008,6 +1008,16 @@
"type": "UInt64" "type": "UInt64"
} }
], ],
[
"TouchCount",
{
"nth": 97,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "UInt64"
}
],
[ [
"AccountIndex", "AccountIndex",
{ {

View File

@@ -83,6 +83,7 @@ export default interface AccountRoot extends BaseLedgerEntry, HasPreviousTxnID {
GovernanceFlags?: string GovernanceFlags?: string
GovernanceMarks?: string GovernanceMarks?: string
AccountIndex?: number AccountIndex?: number
TouchCount?: number
} }
/** /**