UNPKG

@andrekorol/kollateral

Version:

Typescript library for Kollateral, the flash loan building block

12 lines (11 loc) 220 B
import { AnyNumber } from "./const"; export interface Invocation { to: string; value: AnyNumber; data: string; } export interface Execution { contract: string; value?: AnyNumber; data?: string; }