@lightlink-network/ll-sdk
Version:
[LightLink] Tools for working with LightLink
6 lines (5 loc) • 336 B
TypeScript
import { BigNumber } from 'ethers';
import type { LowLevelMessage } from '../interfaces';
export declare const hashLowLevelMessage: (message: LowLevelMessage) => string;
export declare const hashMessageHash: (messageHash: string) => string;
export declare const migratedWithdrawalGasLimit: (data: string, chainID: number) => BigNumber;