UNPKG

@moonwall/util

Version:

Testing framework for the Moon family of projects

3 lines (2 loc) 240 B
import type { GenericContext, EthersTransactionOptions } from "@moonwall/types"; export declare function createEthersTransaction<TOptions extends EthersTransactionOptions>(context: GenericContext, params: TOptions): Promise<`0x${string}`>;