Class TransactionParametersResponse
Inheritance
TransactionParametersResponse
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class TransactionParametersResponse
Properties
|
Edit this page
View Source
ConsensusVersion
Declaration
[JsonProperty("consensus-version", Required = Required.Always)]
[Key("consensus-version")]
[Required]
public string ConsensusVersion { get; set; }
Property Value
|
Edit this page
View Source
Fee
Declaration
[JsonProperty("fee", Required = Required.Always)]
[Key("fee")]
[Required]
public ulong Fee { get; set; }
Property Value
|
Edit this page
View Source
GenesisHash
Declaration
[JsonProperty("genesis-hash", Required = Required.Always)]
[Key("genesis-hash")]
[Required]
public byte[] GenesisHash { get; set; }
Property Value
|
Edit this page
View Source
GenesisId
Declaration
[JsonProperty("genesis-id", Required = Required.Always)]
[Key("genesis-id")]
[Required]
public string GenesisId { get; set; }
Property Value
|
Edit this page
View Source
LastRound
Declaration
[JsonProperty("last-round", Required = Required.Always)]
[Key("last-round")]
[Required]
public ulong LastRound { get; set; }
Property Value
|
Edit this page
View Source
MinFee
Declaration
[JsonProperty("min-fee", Required = Required.Always)]
[Key("min-fee")]
[Required]
public ulong MinFee { get; set; }
Property Value