UNPKG

@unisat/wallet-sdk

Version:
3 lines (2 loc) 158 B
import { ECPairInterface } from '../bitcoin-core'; export declare function signMessageOfDeterministicECDSA(ecpair: ECPairInterface, message: string): string;