Struct KeyRegTxn.Params
  
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    [AlgoApiObject("", "", 0)]
[Serializable]
public struct Params : IEquatable<KeyRegTxn.Params>
   
  Fields
  
  
  
  AccountParticipation
  
  
  Declaration
  
    public AccountParticipation AccountParticipation
   
  Field Value
  
  
  
  NonParticipation
  
  
  Declaration
  
    [AlgoApiField("nonpart")]
public Optional<bool> NonParticipation
   
  Field Value
  
  Properties
  
  
  
  
  SelectionParticipationKey
  
  
  Declaration
  
    [AlgoApiField("selkey")]
public VrfPubKey SelectionParticipationKey { get; set; }
   
  Property Value
  
  
  
  
  VoteFirst
  
  
  Declaration
  
    [AlgoApiField("votefst")]
public ulong VoteFirst { get; set; }
   
  Property Value
  
  
  
  
  VoteKeyDilution
  
  
  Declaration
  
    [AlgoApiField("votekd")]
public ulong VoteKeyDilution { get; set; }
   
  Property Value
  
  
  
  
  VoteLast
  
  
  Declaration
  
    [AlgoApiField("votelst")]
public ulong VoteLast { get; set; }
   
  Property Value
  
  
  
  
  VoteParticipationKey
  
  
  Declaration
  
    [AlgoApiField("votekey")]
public ParticipationPublicKey VoteParticipationKey { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Equals(KeyRegTxn.Params)
  
  
  Declaration
  
    public bool Equals(KeyRegTxn.Params other)
   
  Parameters
  
  Returns