UNPKG

@andrekorol/kollateral

Version:

Typescript library for Kollateral, the flash loan building block

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