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.

deposit-preauth.d.ts 252B

1234567
  1. export declare type FormattedDepositPreauth = {
  2. authorize: string;
  3. unauthorize: string;
  4. };
  5. declare function parseDepositPreauth(tx: any): FormattedDepositPreauth;
  6. export default parseDepositPreauth;
  7. //# sourceMappingURL=deposit-preauth.d.ts.map