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
blocksBehind
from the current head block to calculate TAPOS.Declaration
Swift
public var useLastIrreversible: Bool