UNPKG

@yfi/sdk

Version:

Interaction framework for the yearn protocol

3 lines (2 loc) 190 B
import { PopulatedTransaction } from "@ethersproject/contracts"; export declare const createMockPopulatedTransaction: (overwrites?: Partial<PopulatedTransaction>) => PopulatedTransaction;