UNPKG

@nfps.dev/runtime

Version:

Runtime library for NFPs

7 lines (6 loc) 358 B
import type { SlimTokenLocation } from './boot'; import type { AuthSecret, SecretContract } from '@solar-republic/neutrino'; export declare const load_script: (si_package: string, h_query: { [si_key: string]: string; tag?: string; }, k_contract: SecretContract, a_location: SlimTokenLocation, z_auth: AuthSecret) => Promise<SVGScriptElement | void>;