You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ordercancellation.d.ts 320B

12345
  1. import { Instructions, Prepare } from './types';
  2. import { RippleAPI } from '..';
  3. declare function prepareOrderCancellation(this: RippleAPI, address: string, orderCancellation: object, instructions?: Instructions): Promise<Prepare>;
  4. export default prepareOrderCancellation;
  5. //# sourceMappingURL=ordercancellation.d.ts.map