UNPKG

299 BTypeScriptView Raw
1import { SignOptions, KeyPair } from './types';
2import { RippleAPI } from '..';
3declare function sign(this: RippleAPI, txJSON: string, secret?: any, options?: SignOptions, keypair?: KeyPair): {
4 signedTransaction: string;
5 id: string;
6};
7export default sign;
8//# sourceMappingURL=sign.d.ts.map
\No newline at end of file