conversion stuff is now handled by the module
This commit is contained in:
@@ -9,3 +9,9 @@ message CountResponse {
|
||||
message PositionRequest {
|
||||
int64 position = 1;
|
||||
}
|
||||
|
||||
// Options interpreted only by the named currency-conversion module.
|
||||
message CurrencyConversionOptions {
|
||||
string module_id = 1;
|
||||
string options_json = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user