@yoroi/types
Version:
The Yoroi Types package of Yoroi SDK
19 lines (16 loc) • 362 B
Flow
/**
* Flowtype definitions for build
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
*/
export type ExchangeManagerOptions = {
/**
* Partner name, e.g., emurgo.
*/
partner: string,
/**
* Indicates that is running on production enviroment, otherwise will fallback to the sandbox
*/
isProduction?: boolean,
...
};