UNPKG

@safient/core

Version:

JavaScript SDK to manage safes and interact with Safient protocol.

3 lines (2 loc) 116 B
import { Signer } from "../../lib/types"; export declare const generateSignature: (signer: Signer) => Promise<any>;