Skip to content

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.

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: Uint8Array

Defined in: packages/algod_client/src/models/transaction-parameters-response.ts:26

GenesisHash is the hash of the genesis block.


genesisId: string

Defined in: packages/algod_client/src/models/transaction-parameters-response.ts:31

GenesisID is an ID listed in the genesis block.


lastRound: bigint

Defined in: packages/algod_client/src/models/transaction-parameters-response.ts:36

LastRound indicates the last round seen


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.