Class NextUpdateSequenceNumbers
- Namespace
- Concordium.Grpc.V2
- Assembly
- Concordium.Sdk.dll
The response for GetNextUpdateSequenceNumbers
.
public sealed class NextUpdateSequenceNumbers : IMessage<NextUpdateSequenceNumbers>, IEquatable<NextUpdateSequenceNumbers>, IDeepCloneable<NextUpdateSequenceNumbers>, IBufferMessage, IMessage
- Inheritance
-
NextUpdateSequenceNumbers
- Implements
-
IMessage<NextUpdateSequenceNumbers>IDeepCloneable<NextUpdateSequenceNumbers>IBufferMessageIMessage
- Inherited Members
Constructors
NextUpdateSequenceNumbers()
public NextUpdateSequenceNumbers()
NextUpdateSequenceNumbers(NextUpdateSequenceNumbers)
public NextUpdateSequenceNumbers(NextUpdateSequenceNumbers other)
Parameters
Fields
AddAnonymityRevokerFieldNumber
Field number for the "add_anonymity_revoker" field.
public const int AddAnonymityRevokerFieldNumber = 13
Field Value
AddIdentityProviderFieldNumber
Field number for the "add_identity_provider" field.
public const int AddIdentityProviderFieldNumber = 14
Field Value
BlockEnergyLimitFieldNumber
Field number for the "block_energy_limit" field.
public const int BlockEnergyLimitFieldNumber = 19
Field Value
CooldownParametersFieldNumber
Field number for the "cooldown_parameters" field.
public const int CooldownParametersFieldNumber = 15
Field Value
ElectionDifficultyFieldNumber
Field number for the "election_difficulty" field.
public const int ElectionDifficultyFieldNumber = 5
Field Value
EuroPerEnergyFieldNumber
Field number for the "euro_per_energy" field.
public const int EuroPerEnergyFieldNumber = 6
Field Value
FinalizationCommitteeParametersFieldNumber
Field number for the "finalization_committee_parameters" field.
public const int FinalizationCommitteeParametersFieldNumber = 20
Field Value
FoundationAccountFieldNumber
Field number for the "foundation_account" field.
public const int FoundationAccountFieldNumber = 8
Field Value
GasRewardsFieldNumber
Field number for the "gas_rewards" field.
public const int GasRewardsFieldNumber = 11
Field Value
Level1KeysFieldNumber
Field number for the "level1_keys" field.
public const int Level1KeysFieldNumber = 2
Field Value
Level2KeysFieldNumber
Field number for the "level2_keys" field.
public const int Level2KeysFieldNumber = 3
Field Value
MicroCcdPerEuroFieldNumber
Field number for the "micro_ccd_per_euro" field.
public const int MicroCcdPerEuroFieldNumber = 7
Field Value
MinBlockTimeFieldNumber
Field number for the "min_block_time" field.
public const int MinBlockTimeFieldNumber = 18
Field Value
MintDistributionFieldNumber
Field number for the "mint_distribution" field.
public const int MintDistributionFieldNumber = 9
Field Value
PoolParametersFieldNumber
Field number for the "pool_parameters" field.
public const int PoolParametersFieldNumber = 12
Field Value
ProtocolFieldNumber
Field number for the "protocol" field.
public const int ProtocolFieldNumber = 4
Field Value
RootKeysFieldNumber
Field number for the "root_keys" field.
public const int RootKeysFieldNumber = 1
Field Value
TimeParametersFieldNumber
Field number for the "time_parameters" field.
public const int TimeParametersFieldNumber = 16
Field Value
TimeoutParametersFieldNumber
Field number for the "timeout_parameters" field.
public const int TimeoutParametersFieldNumber = 17
Field Value
TransactionFeeDistributionFieldNumber
Field number for the "transaction_fee_distribution" field.
public const int TransactionFeeDistributionFieldNumber = 10
Field Value
Properties
AddAnonymityRevoker
Adds a new anonymity revoker.
public SequenceNumber AddAnonymityRevoker { get; set; }
Property Value
AddIdentityProvider
Adds a new identity provider.
public SequenceNumber AddIdentityProvider { get; set; }
Property Value
BlockEnergyLimit
Updates to the block energy limit for chain parameters version 2.
public SequenceNumber BlockEnergyLimit { get; set; }
Property Value
CooldownParameters
Updates to cooldown parameters for chain parameters version 1 introduced in protocol version 4.
public SequenceNumber CooldownParameters { get; set; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
ElectionDifficulty
Updates to the election difficulty parameter.
public SequenceNumber ElectionDifficulty { get; set; }
Property Value
EuroPerEnergy
Updates to the euro:energy exchange rate.
public SequenceNumber EuroPerEnergy { get; set; }
Property Value
FinalizationCommitteeParameters
Updates to the finalization committee parameters
public SequenceNumber FinalizationCommitteeParameters { get; set; }
Property Value
FoundationAccount
Updates to the foundation account.
public SequenceNumber FoundationAccount { get; set; }
Property Value
GasRewards
Updates to the GAS rewards.
public SequenceNumber GasRewards { get; set; }
Property Value
Level1Keys
Updates to the level 1 keys.
public SequenceNumber Level1Keys { get; set; }
Property Value
Level2Keys
Updates to the level 2 keys.
public SequenceNumber Level2Keys { get; set; }
Property Value
MicroCcdPerEuro
Updates to the CCD:EUR exchange rate.
public SequenceNumber MicroCcdPerEuro { get; set; }
Property Value
MinBlockTime
Updates to the the minimum time between blocks for chain parameters version 2.
public SequenceNumber MinBlockTime { get; set; }
Property Value
MintDistribution
Updates to the mint distribution.
public SequenceNumber MintDistribution { get; set; }
Property Value
Parser
public static MessageParser<NextUpdateSequenceNumbers> Parser { get; }
Property Value
- MessageParser<NextUpdateSequenceNumbers>
PoolParameters
Updates pool parameters.
public SequenceNumber PoolParameters { get; set; }
Property Value
Protocol
Protocol updates.
public SequenceNumber Protocol { get; set; }
Property Value
RootKeys
Updates to the root keys.
public SequenceNumber RootKeys { get; set; }
Property Value
TimeParameters
Updates to time parameters for chain parameters version 1 introduced in protocol version 4.
public SequenceNumber TimeParameters { get; set; }
Property Value
TimeoutParameters
Updates to the timeout parameters
public SequenceNumber TimeoutParameters { get; set; }
Property Value
TransactionFeeDistribution
Updates to the transaction fee distribution.
public SequenceNumber TransactionFeeDistribution { get; set; }
Property Value
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
public int CalculateSize()
Returns
- int
The number of bytes required to write this message to a coded output stream.
Clone()
Creates a deep clone of this object.
public NextUpdateSequenceNumbers Clone()
Returns
- NextUpdateSequenceNumbers
A deep clone of this object.
Equals(NextUpdateSequenceNumbers)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(NextUpdateSequenceNumbers other)
Parameters
other
NextUpdateSequenceNumbersAn object to compare with this object.
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object other)
Parameters
other
object
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
MergeFrom(NextUpdateSequenceNumbers)
Merges the given message into this one.
public void MergeFrom(NextUpdateSequenceNumbers other)
Parameters
Remarks
See the user guide for precise merge semantics.
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
input
CodedInputStream
Remarks
See the user guide for precise merge semantics.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
output
CodedOutputStreamCoded output stream to write the data to. Must not be null.