Default package

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Currency

currency.proto:3

enum Currencies

currency.proto:33

Currencies is an enum which represents the allowed currencies for the API

Used in: RateRequest, RateResponse

message RateRequest

currency.proto:12

RateRequest defines the request for a GetRate call

Used as request type in: Currency.GetRate, Currency.SubscribeRates

message RateResponse

currency.proto:22

RateResponse is the response from a GetRate call, it contains rate which is a floating point number and can be used to convert between the two currencies specified in the request.

Used as response type in: Currency.GetRate, Currency.SubscribeRates