We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3d0f2 commit 32e9dc3Copy full SHA for 32e9dc3
packages/xrpl/src/models/methods/vaultInfo.ts
@@ -199,6 +199,12 @@ export interface VaultInfoResponse extends BaseResponse {
199
*/
200
ledger_index?: number
201
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
+
208
/**
209
* If included and set to true, the information in this response comes from
210
* a validated ledger version. Otherwise, the information is subject to
0 commit comments