UNPKG

@yfi/sdk

Version:

Interaction framework for the yearn protocol

3 lines (2 loc) 169 B
import { TransactionOutcome } from "../../types"; export declare const createMockTransactionOutcome: (overwrites?: Partial<TransactionOutcome>) => TransactionOutcome;