diff --git a/nym-wallet/src/pages/balance/vesting.tsx b/nym-wallet/src/pages/balance/vesting.tsx index 5e6096d8c7..29f3f3918e 100644 --- a/nym-wallet/src/pages/balance/vesting.tsx +++ b/nym-wallet/src/pages/balance/vesting.tsx @@ -67,8 +67,8 @@ export const VestingCard = () => { - - + + Transferable tokens diff --git a/nym-wallet/src/types/global.ts b/nym-wallet/src/types/global.ts index 4fddaecf7a..7578dd99a1 100644 --- a/nym-wallet/src/types/global.ts +++ b/nym-wallet/src/types/global.ts @@ -58,3 +58,5 @@ export type TCurrency = { minor: 'UNYM' | 'UNYMT' major: 'NYM' | 'NYMT' } + +export type Period = 'Before' | { In: number } | 'After' diff --git a/nym-wallet/src/types/rust/index.ts b/nym-wallet/src/types/rust/index.ts index 2113d69d71..1faa19d09a 100644 --- a/nym-wallet/src/types/rust/index.ts +++ b/nym-wallet/src/types/rust/index.ts @@ -18,4 +18,3 @@ export * from './mixnodestatusresponse' export * from './inclusionprobabilityresponse' export * from './network' export * from './originalvestingresponse' -export * from './period' \ No newline at end of file