UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

10 lines (9 loc) 254 B
export type CreateVestingAddressResultClass = { address?: string | null; lockedUntil?: string; lockedUntilSlot?: number; unlockAddress?: string | null; pkh?: string | null; description?: string | null; actualSlot?: number; };