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.

check-cancel.d.ts 382B

12345678
  1. import { Instructions, Prepare } from './types';
  2. import { RippleAPI } from '..';
  3. export declare type CheckCancelParameters = {
  4. checkID: string;
  5. };
  6. declare function prepareCheckCancel(this: RippleAPI, address: string, checkCancel: CheckCancelParameters, instructions?: Instructions): Promise<Prepare>;
  7. export default prepareCheckCancel;
  8. //# sourceMappingURL=check-cancel.d.ts.map