UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

11 lines (10 loc) 267 B
export type GetVestingAddressClass = { address?: string | null; lockedUntil?: string; lockedUntilSlot?: number; unlockAddress?: string | null; pkh?: string | null; description?: string | null; actualSlot?: number; created?: string; };