Class KeyRegistration
Inheritance
KeyRegistration
Assembly: Algorand.dll
Syntax
public sealed class KeyRegistration : InnerTransaction
Constructors
|
Edit this page
View Source
KeyRegistration(byte[], byte[], byte[], ulong, ulong, ulong, bool, ulong?, ulong?, ulong?, AccountReference, ulong?, byte[], byte[], byte[])
Declaration
public KeyRegistration(byte[] votePK, byte[] selectionPK, byte[] stateProofPK, ulong voteFirst, ulong voteLast, ulong voteKeyDilution, bool nonparticipation, ulong? fee = 0, ulong? firstValid = 0, ulong? lastValid = 0, AccountReference sender = null, ulong? txType = 0, byte[] lease = null, byte[] note = null, byte[] rekeyTo = null)
Parameters
Properties
|
Edit this page
View Source
Nonparticipation
Declaration
public bool Nonparticipation { get; }
Property Value
|
Edit this page
View Source
SelectionPK
Declaration
public byte[] SelectionPK { get; }
Property Value
|
Edit this page
View Source
StateProofPK
Declaration
public byte[] StateProofPK { get; }
Property Value
|
Edit this page
View Source
VoteFirst
Declaration
public ulong VoteFirst { get; }
Property Value
|
Edit this page
View Source
VoteKeyDilution
Declaration
public ulong VoteKeyDilution { get; }
Property Value
|
Edit this page
View Source
VoteLast
Declaration
public ulong VoteLast { get; }
Property Value
|
Edit this page
View Source
VotePK
Declaration
public byte[] VotePK { get; }
Property Value