UNPKG

mina-attestations

Version:
10 lines 284 B
export { prefixes }; const pre = 'mina-cred:v0'; const prefixes = { issuerNative: `${pre}:native`, issuerImported: `${pre}:imported`, context: `${pre}:context`, nonce: `${pre}:nonce`, zkappIdentity: `${pre}:zkapp-identity`, }; //# sourceMappingURL=constants.js.map