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.
123456789 |
- import { Amount } from '../../common/types/objects';
- export declare type FormattedCheckCash = {
- checkID: string;
- amount: Amount;
- deliverMin: Amount;
- };
- declare function parseCheckCash(tx: any): FormattedCheckCash;
- export default parseCheckCash;
- //# sourceMappingURL=check-cash.d.ts.map
|