mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-15 01:55:48 +00:00
Touch (#23)
This commit is contained in:
@@ -1008,6 +1008,16 @@
|
|||||||
"type": "UInt64"
|
"type": "UInt64"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"TouchCount",
|
||||||
|
{
|
||||||
|
"nth": 97,
|
||||||
|
"isVLEncoded": false,
|
||||||
|
"isSerialized": true,
|
||||||
|
"isSigningField": true,
|
||||||
|
"type": "UInt64"
|
||||||
|
}
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"AccountIndex",
|
"AccountIndex",
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user