UNPKG

@yoroi/types

Version:
7 lines 267 B
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; }; //# sourceMappingURL=build.d.ts.map