Skip to content

Commit

Permalink
Merge pull request #251 from ar-io/fix-vault-type
Browse files Browse the repository at this point in the history
fix: corrected AoVaultData field to be startTimestamp
  • Loading branch information
kunstmusik authored Nov 7, 2024
2 parents fe6eab4 + b9888bf commit de7ae7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/io.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export type AoEpochObservationData = {

export type AoVaultData = {
balance: number;
locked: number;
startTimestamp: number;
endTimestamp: Timestamp;
};

Expand Down

0 comments on commit de7ae7a

Please sign in to comment.