UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

4 lines 234 B
import { HexString } from '@hyperlane-xyz/utils'; import { TimelockTx } from '../types.js'; export declare function getTimelockExecutableTransactionFromBatch(transactionData: TimelockTx): HexString; //# sourceMappingURL=utils.d.ts.map