UNPKG

qos-qweb

Version:
10 lines (9 loc) 240 B
import Account from '../Account'; import { IApproveTx } from '../types/common'; export declare function signApproveTxMsg(oMsg: { account: Account; tx: IApproveTx; chainid: string; maxGas: number; nonce: number; }): any;