UNPKG

@andrekorol/kollateral

Version:

Typescript library for Kollateral, the flash loan building block

7 lines (6 loc) 257 B
import { Network } from "./network"; import { Token } from "./tokens"; export declare class KTokenUtils { static getAddress(network: Network, token: Token): string | null; static fromAddress(network: Network, kTokenAddress: string): Token | null; }