ripple-lib
Version:
Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html
8 lines • 382 B
TypeScript
import { Instructions, Prepare } from './types';
import { RippleAPI } from '..';
export declare type CheckCancelParameters = {
checkID: string;
};
declare function prepareCheckCancel(this: RippleAPI, address: string, checkCancel: CheckCancelParameters, instructions?: Instructions): Promise<Prepare>;
export default prepareCheckCancel;
//# sourceMappingURL=check-cancel.d.ts.map