Table of Contents

Class OffchainFeeResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

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

List<OffchainFee>

GasPrice

The gas price

[JsonProperty("gasPrice")]
public string? GasPrice { get; set; }

Property Value

string