UNPKG

@nori-zk/mina-token-bridge

Version:

A Mina zk-program contract allowing users to mint tokens on Nori Bridge.

4 lines (3 loc) 292 B
import { type EnforceMaxLength, type SecretMaxLength } from './credentialAttestation.js'; import { Wallet } from 'ethers'; export declare function signSecretWithEthWallet<FixedString extends string>(secret: EnforceMaxLength<FixedString, SecretMaxLength>, ethWallet: Wallet): Promise<string>;