TransactionParametersResponse
TransactionParametersResponse =
object
Defined in: packages/algod_client/src/models/transaction-parameters-response.ts:8
TransactionParams contains the parameters that help a client construct a new transaction.
Properties
Section titled “Properties”consensusVersion
Section titled “consensusVersion”consensusVersion:
string
Defined in: packages/algod_client/src/models/transaction-parameters-response.ts:13
ConsensusVersion indicates the consensus protocol version as of LastRound.
fee:
bigint
Defined in: packages/algod_client/src/models/transaction-parameters-response.ts:21
Fee is the suggested transaction fee Fee is in units of micro-Algos per byte. Fee may fall to zero but transactions must still have a fee of at least MinTxnFee for the current network protocol.
genesisHash
Section titled “genesisHash”genesisHash:
Uint8Array
Defined in: packages/algod_client/src/models/transaction-parameters-response.ts:26
GenesisHash is the hash of the genesis block.
genesisId
Section titled “genesisId”genesisId:
string
Defined in: packages/algod_client/src/models/transaction-parameters-response.ts:31
GenesisID is an ID listed in the genesis block.
lastRound
Section titled “lastRound”lastRound:
bigint
Defined in: packages/algod_client/src/models/transaction-parameters-response.ts:36
LastRound indicates the last round seen
minFee
Section titled “minFee”minFee:
bigint
Defined in: packages/algod_client/src/models/transaction-parameters-response.ts:42
The minimum transaction fee (not per byte) required for the txn to validate for the current network protocol.