Paid by the sender to the FeeSink to prevent denial-of-service. The minimum fee on Algorand is currently 1000 microAlgos.
Returns IKeyregTxBuilder
addFirstValidRound
addFirstValidRound(fv): IKeyregTxBuilder
Add First Valid Round
Parameters
fv: number | bigint
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.
Returns IKeyregTxBuilder
addGroup
addGroup(grp): IKeyregTxBuilder
Add Group
Parameters
grp: Uint8Array
The group specifies that the transaction is part of a group and, if so, specifies the hash of the transaction group.
Returns IKeyregTxBuilder
addLastValidRound
addLastValidRound(lv): IKeyregTxBuilder
Add Last Valid Round
Parameters
lv: number | bigint
The ending round for which the transaction is valid. After this round, the transaction will be rejected by the network.
Returns IKeyregTxBuilder
addLease
addLease(lx): IKeyregTxBuilder
Add Lease
Parameters
lx: Uint8Array
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.
Add Fee