UNPKG

oken-waas

Version:
14 lines (10 loc) 261 B
/* 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>; }; }