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.

account-delete.d.ts 286B

12345678
  1. export declare type FormattedAccountDelete = {
  2. destination: string;
  3. destinationTag?: number;
  4. destinationXAddress: string;
  5. };
  6. declare function parseAccountDelete(tx: any): FormattedAccountDelete;
  7. export default parseAccountDelete;
  8. //# sourceMappingURL=account-delete.d.ts.map