Skip to content

Commit

Permalink
feat: add optional nameLastUpdatedAt metadata field (#366)
Browse files Browse the repository at this point in the history
feat: add nameLastUpdatedAt metadata field
  • Loading branch information
mathieuartu committed Aug 1, 2024
1 parent d96c1e3 commit 8ff97de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type InternalAccountType = EthAccountType | BtcAccountType;
export const InternalAccountMetadataStruct = object({
metadata: object({
name: string(),
nameLastUpdatedAt: exactOptional(number()),
snap: exactOptional(
object({
id: string(),
Expand Down

0 comments on commit 8ff97de

Please sign in to comment.