UNPKG

@bombearn/sdk

Version:

Interaction framework for the yearn protocol

3 lines (2 loc) 111 B
import { Token } from "../.."; export declare const createMockToken: (overwrites?: Partial<Token>) => Token;