ripple-lib
Version:
Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html
5 lines • 320 B
TypeScript
import { Instructions, Prepare } from './types';
import { RippleAPI } from '..';
declare function prepareOrderCancellation(this: RippleAPI, address: string, orderCancellation: object, instructions?: Instructions): Promise<Prepare>;
export default prepareOrderCancellation;
//# sourceMappingURL=ordercancellation.d.ts.map