| Field | Type | Description |
|---|---|---|
numerator | int64 | The rational’s numerator |
denominator | int64 | The rational’s denominator; a zero value will result in FRACTION_DIVIDES_BY_ZERO |
Basic Types
Fraction
Hedera protobuf Fraction represents a rational number with a numerator and denominator, commonly used to set custom token fees as a percentage.
A rational number, used to set the amount of a value transfer to collect as a custom fee.