Skip to content

Commit

Permalink
set close_time_iso as optional field
Browse files Browse the repository at this point in the history
  • Loading branch information
khancode committed Jun 24, 2024
1 parent d9afe5b commit 31abffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xrpl/src/models/methods/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ interface BaseTxResult<
/**
* The time the transaction was closed, in seconds since the Ripple Epoch.
*/
close_time_iso: string
close_time_iso?: string
/**
* This number measures the number of seconds since the "Ripple Epoch" of January 1, 2000 (00:00 UTC)
*/
Expand Down

0 comments on commit 31abffb

Please sign in to comment.