Record
convert-amounts-response
No description available.
record convert-amounts-response {
answer: string,
source-amount: f64,
source-unit: string,
target-amount: f64,
target-unit: string,
}Fields
| Name | Type | Description |
|---|---|---|
| answer | string | |
| source-amount | f64 | |
| source-unit | string | |
| target-amount | f64 | |
| target-unit | string |