UNPKG

@andrekorol/kollateral

Version:

Typescript library for Kollateral, the flash loan building block

5 lines (4 loc) 131 B
import { Network } from "./network"; export declare class InvokerUtils { static getAddress(network: Network): string | null; }