ResolveOptions
public struct ResolveOptions
Options used to resolve a signing url to a signer and transaction.
-
The ref block number used to fill in the
__ref_block_num
placeholder.Declaration
Swift
public var refBlockNum: UInt16
-
The ref block prefix used to fill in the
__ref_block_prefix
placeholder.Declaration
Swift
public var refBlockPrefix: UInt32
-
The date string used to fill in the
__expiration
placeholder.Declaration
Swift
public var expiration: Date
-
Account name used to fill in
__signer
placeholder.Declaration
Swift
public var signer: String
-
Create a new instance.
Declaration
Swift
public init(refBlockNum: UInt16, refBlockPrefix: UInt32, expiration: Date, signer: String)