Interface SuggestedParams

A dict holding common-to-all-txns arguments

Hierarchy

  • SuggestedParams

Properties

fee: number

Integer fee per byte, in microAlgos. For a flat fee, set flatFee to true

firstRound: number

First protocol round on which this txn is valid

flatFee?: boolean

Set this to true to specify fee as microalgos-per-txn If the final calculated fee is lower than the protocol minimum fee, the fee will be increased to match the minimum

genesisHash: string

Specifies hash genesis block of network in use

genesisID: string

Specifies genesis ID of network in use

lastRound: number

Last protocol round on which this txn is valid

Generated using TypeDoc