UNPKG

ripple-lib

Version:

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

6 lines 210 B
export declare type FormattedCheckCancel = { checkID: string; }; declare function parseCheckCancel(tx: any): FormattedCheckCancel; export default parseCheckCancel; //# sourceMappingURL=check-cancel.d.ts.map