UNPKG

ripple-lib

Version:

Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html

8 lines 299 B
import { SignOptions, KeyPair } from './types'; import { RippleAPI } from '..'; declare function sign(this: RippleAPI, txJSON: string, secret?: any, options?: SignOptions, keypair?: KeyPair): { signedTransaction: string; id: string; }; export default sign; //# sourceMappingURL=sign.d.ts.map