add first ledger sequence

This commit is contained in:
Denis Angell
2024-05-31 10:32:56 +02:00
parent 720880a383
commit f77d135bb8

View File

@@ -170,6 +170,10 @@ export interface BaseTransaction {
* The network id of the transaction. * The network id of the transaction.
*/ */
NetworkID?: number NetworkID?: number
/**
*
*/
FirstLedgerSequence?: number
/** /**
* The hook parameters of the transaction. * The hook parameters of the transaction.
*/ */