UNPKG

@yoroi/portfolio

Version:

The Portfolio package of Yoroi SDK

14 lines (12 loc) 366 B
/** * Flowtype definitions for types * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { Chain, Portfolio } from "@yoroi/types"; declare type ApiEndpoints = $ReadOnly< $ObjMapi<Portfolio.Api.Api, <K>(K) => string> >; export type ApiConfig = $ReadOnly< $ObjMapi<{ [k: Chain.SupportedNetworks]: any }, <K>(K) => ApiEndpoints> >;