UNPKG

@mysten/suins

Version:
12 lines (11 loc) 275 B
import type { Config } from './types.js'; export declare const MAX_U64: bigint; /** * Allowed keys for metadata. */ export declare const ALLOWED_METADATA: { contentHash: string; avatar: string; walrusSiteId: string; }; export declare const mainPackage: Config;