Skip to content

TransactionParamsResponse

TransactionParamsResponse: object

Type declaration

consensus-version

consensus-version: string

ConsensusVersion indicates the consensus protocol version as of LastRound.

fee

fee: number

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.

genesis-hash

genesis-hash: string

GenesisHash is the hash of the genesis block.

genesis-id

genesis-id: string

GenesisID is an ID listed in the genesis block.

last-round

last-round: number

LastRound indicates the last round seen

min-fee

min-fee: number

The minimum transaction fee (not per byte) required for the txn to validate for the current network protocol.

Defined in

types.gen.ts:2038