Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 8ff97de

Browse files
authored
feat: add optional nameLastUpdatedAt metadata field (#366)
feat: add nameLastUpdatedAt metadata field
1 parent d96c1e3 commit 8ff97de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export type InternalAccountType = EthAccountType | BtcAccountType;
1111
export const InternalAccountMetadataStruct = object({
1212
metadata: object({
1313
name: string(),
14+
nameLastUpdatedAt: exactOptional(number()),
1415
snap: exactOptional(
1516
object({
1617
id: string(),

0 commit comments

Comments
 (0)