UNPKG

fortress-js

Version:

A JavaScript SDK for Binance Smart Chain and the Fortress Protocol.

3 lines (2 loc) 264 B
import { SimpleEthersSigner, EIP712Domain, EIP712Message, EIP712Types, Signature } from './types'; export declare function sign(domain: EIP712Domain, primaryType: string, message: EIP712Message, types: EIP712Types, signer: SimpleEthersSigner): Promise<Signature>;