Config
public struct Config
Struct defining relative transaction configuration options and defaults.
-
Number of blocks behind the head block for calculating transaction
ref_block_properties.Declaration
Swift
public var blocksBehind: UInt -
Number of seconds behind the head block time for calculating transaction
expiration.Declaration
Swift
public var expireSeconds: UInt -
Use the last irreversible block instead of
blocksBehindfrom the current head block to calculate TAPOS.Declaration
Swift
public var useLastIrreversible: Bool
View on GitHub
Config Structure Reference