UNPKG

simple-sushiswap-sdk

Version:
7 lines (6 loc) 110 B
export interface Transaction { to: string; from: string; data: string; value: string; }