@dapplets/dapplet-extension
Version:
The Bridge to the Augmented Web.
4 lines (3 loc) • 320 B
TypeScript
import { EthSignature, WalletTypes } from '../../../../../../../../common/types';
declare const getSignature: (firstAccountName: string, firstAccountOrigin: string, secondAccountName: string, secondAccountOrigin: string, walletType: WalletTypes, statement: string) => Promise<EthSignature>;
export default getSignature;