Params
public struct Params : Equatable
Url params, encoded as query strings.
-
Requested signer.
Declaration
Swift
public var signer: String?
-
The unresolved redirect URL.
Declaration
Swift
public var callback: String?
-
Whether to just sign the transaction.
Declaration
Swift
public var noBroadcast: Bool
-
Declaration
Swift
public init()
-
Declaration
Swift
public init(signer _: String? = nil, callback _: String? = nil, noBroadcast _: Bool = false)