Struct AccountParticipation
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct AccountParticipation : IEquatable<AccountParticipation>
Properties
SelectionParticipationKey
[sel] Selection public key (if any) currently registered for this round.
Declaration
[AlgoApiField("selection-participation-key")]
public byte[] SelectionParticipationKey { get; set; }
Property Value
StateProofKey
[stprf] Root of the state proof key (if any)
Declaration
[AlgoApiField("state-proof-key")]
public byte[] StateProofKey { get; set; }
Property Value
VoteFirstValid
[voteFst] First round for which this participation is valid.
Declaration
[AlgoApiField("vote-first-valid")]
public ulong VoteFirstValid { get; set; }
Property Value
VoteKeyDilution
[voteKD] Number of subkeys in each batch of participation keys.
Declaration
[AlgoApiField("vote-key-dilution")]
public ulong VoteKeyDilution { get; set; }
Property Value
VoteLastValid
[voteLst] Last round for which this participation is valid.
Declaration
[AlgoApiField("vote-last-valid")]
public ulong VoteLastValid { get; set; }
Property Value
VoteParticipationKey
[vote] root participation public key (if any) currently registered for this round.
Declaration
[AlgoApiField("vote-participation-key")]
public byte[] VoteParticipationKey { get; set; }
Property Value
Methods
Equals(AccountParticipation)
Declaration
public bool Equals(AccountParticipation other)
Parameters
Returns