Class OffchainFeeResponse
The offchain fee API response
public class OffchainFeeResponse
- Inheritance
-
OffchainFeeResponse
- Inherited Members
Properties
Fees
The fees
[JsonProperty("fees")]
public List<OffchainFee>? Fees { get; set; }
Property Value
GasPrice
The gas price
[JsonProperty("gasPrice")]
public string? GasPrice { get; set; }