UNPKG

@tristeroresearch/mach-sdk

Version:

A TypeScript SDK for integrating with Mach's API.

7 lines 282 B
/** * A helper function to find the lz id from an asset * @param dstAsset - The asset to find the lz id for * @returns The lz id */ export declare const findLayerZeroChainIdFromAsset: (dstAsset: string) => number; //# sourceMappingURL=findLayerZeroChainIdFromAsset.util.d.ts.map