KeyRegistrationTransactionBuilder class

Inheritance

Properties

fee int
no setterinherited
firstValid int?
The first round for when the transaction is valid. If the transaction is sent prior to this round it will be rejected by the network.
getter/setter pairinherited
flatFee int?
This value will be used for the transaction fee, or 1000, whichever is higher.
getter/setter pairinherited
genesisHash Uint8List?
The hash of the genesis block of the network for which the transaction is valid. See the genesis hash for MainNet, TestNet, and BetaNet.
getter/setter pairinherited
genesisHashB64 String
no getterinherited
genesisId String?
The human-readable string that identifies the network for the transaction. The genesis ID is found in the genesis block.
getter/setter pairinherited
group Uint8List?
The group specifies that the transaction is part of a group and, if so, specifies the hash of the transaction group.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
lastValid int?
The ending round for which the transaction is valid. After this round, the transaction will be rejected by the network.
getter/setter pairinherited
lease Uint8List?
A lease enforces mutual exclusion of transactions. If this field is nonzero, then once the transaction is confirmed, it acquires the lease identified by the (Sender, Lease) pair of the transaction until the LastValid round passes.
getter/setter pairinherited
leaseB64 String
no getterinherited
note Uint8List?
Any data up to 1000 bytes.
getter/setter pairinherited
noteB64 String
no getterinherited
noteText String?
no getterinherited
rekeyTo Address?
Specifies the authorized address. This address will be used to authorize all future transactions.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionPK VRFPublicKey?
The VRF public key.
getter/setter pair
sender Address?
The address of the account that pays the fee and amount.
getter/setter pairinherited
suggestedFeePerByte int?
Paid by the sender to the FeeSink to prevent denial-of-service. The minimum fee on Algorand is currently 1000 microAlgos. This field cannot be combined with flat fee.
getter/setter pairinherited
suggestedParams TransactionParams
The suggested params to use
no getterinherited
type TransactionType
Specifies the type of transaction. This value is automatically generated using any of the developer tools.
getter/setter pairinherited
voteFirst int?
The first round that the participation key is valid. Not to be confused with the FirstValid round of the keyreg transaction.
getter/setter pair
voteKeyDilution int?
This is the dilution for the 2-level participation key.
getter/setter pair
voteLast int?
The last round that the participation key is valid. Not to be confused with the LastValid round of the keyreg transaction.
getter/setter pair
votePK ParticipationPublicKey?
The root participation public key
getter/setter pair

Methods

build() Future<KeyRegistrationTransaction>
override
estimatedTransactionSize() Future<int>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited