@yoroi/types
Version:
The Yoroi Types package of Yoroi SDK
30 lines (28 loc) • 457 B
Flow
/**
* Flowtype definitions for provider
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
*/
export type ExchangeProvider = {
id: string,
name: string,
supportedOrders: {
sell?: {
fee: number,
max?: number,
min?: number,
...
},
buy?: {
fee: number,
max?: number,
min?: number,
...
},
...
},
appId: string,
logo: string,
supportUrl?: string,
...
};