@baking-bad/tezos-etherlink-bridge-sdk
Version:
SDK designed for building token bridge applications between Tezos (L1) and Etherlink (L2)
10 lines (9 loc) • 409 B
TypeScript
export { memoize } from './memoize';
export declare const emptyFunction: () => any;
export declare const emptyAsyncFunction: () => Promise<any>;
export * as guards from './guards';
export * as textUtils from './textUtils';
export * as tezosUtils from './tezosUtils';
export * as tokenUtils from './tokenUtils';
export * as etherlinkUtils from './etherlinkUtils';
export * as bridgeUtils from './bridgeUtils';