Class TransactionParametersResponse
Inheritance
object
    TransactionParametersResponse
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class TransactionParametersResponse
  Properties
| Improve this Doc View SourceConsensusVersion
Declaration
[JsonProperty("consensus-version", Required = Required.Always)]
[Required]
public string ConsensusVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Fee
Declaration
[JsonProperty("fee", Required = Required.Always)]
[Required]
public ulong Fee { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
GenesisHash
Declaration
[JsonProperty("genesis-hash", Required = Required.Always)]
[Required]
public byte[] GenesisHash { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] | 
GenesisId
Declaration
[JsonProperty("genesis-id", Required = Required.Always)]
[Required]
public string GenesisId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
LastRound
Declaration
[JsonProperty("last-round", Required = Required.Always)]
[Required]
public ulong LastRound { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
MinFee
Declaration
[JsonProperty("min-fee", Required = Required.Always)]
[Required]
public ulong MinFee { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong |