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_numplaceholder.Declaration
Swift
public var refBlockNum: UInt16 - 
                  
                  
The ref block prefix used to fill in the
__ref_block_prefixplaceholder.Declaration
Swift
public var refBlockPrefix: UInt32 - 
                  
                  
The date string used to fill in the
__expirationplaceholder.Declaration
Swift
public var expiration: Date - 
                  
                  
Account name used to fill in
__signerplaceholder.Declaration
Swift
public var signer: String - 
                  
                  
Create a new instance.
Declaration
Swift
public init(refBlockNum: UInt16, refBlockPrefix: UInt32, expiration: Date, signer: String) 
View on GitHub
        ResolveOptions Structure Reference