UNPKG

@debridge-finance/desdk

Version:

Send, track and claim arbitrary cross-chain messages over the deBridge protocol programmatically

11 lines 393 B
import type * as interfaces from "./interfaces"; export type { interfaces }; import type * as libraries from "./libraries"; export type { libraries }; import type * as mock from "./mock"; export type { mock }; import type * as periphery from "./periphery"; export type { periphery }; import type * as transfers from "./transfers"; export type { transfers }; //# sourceMappingURL=index.d.ts.map