UNPKG

@powrldgr/raydium-sdk-v2

Version:

An SDK for building applications on top of Raydium.

10 lines (9 loc) 177 B
export interface JsonFileMetaData { readonly name: string; readonly timestamp: string; readonly version: { major: number; minor: number; patch: number; }; }