/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */

import BN from "bn.js";

export type TxID = { transactionId: string };

export interface Custody {
  emitProof: {
    ({ _msg }: { _msg: string }): Promise<TxID>;
  };
}
