UNPKG

@axiom-crypto/keystore-sdk

Version:

Keystore Rollup SDK

4 lines 238 B
import { Data, Hash } from "../types/primitives"; export declare const ecdsaSign: (pk: Hash, msgHash: Hash) => Promise<Data>; export declare const ecdsaSignMsg: (pk: Hash, msg: string) => Promise<Data>; //# sourceMappingURL=ecdsa.d.ts.map