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

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