Skip to content

Commit 32e9dc3

Browse files
committed
fix(types): Add ledger_current_index to VaultInfoResponse
1 parent 8c3d0f2 commit 32e9dc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/xrpl/src/models/methods/vaultInfo.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ export interface VaultInfoResponse extends BaseResponse {
199199
*/
200200
ledger_index?: number
201201

202+
/**
203+
* The ledger index of the current in-progress ledger, which was used when
204+
* retrieving this information. May be omitted.
205+
*/
206+
ledger_current_index?: number
207+
202208
/**
203209
* If included and set to true, the information in this response comes from
204210
* a validated ledger version. Otherwise, the information is subject to

0 commit comments

Comments
 (0)