Sep30SignatureResponse
public struct Sep30SignatureResponse : Decodable, Sendable
Response for transaction signing operations.
Contains the signature generated by the recovery service and the network passphrase used during signing.
-
Base64 encoded signature produced by signing the transaction with the recovery service’s signing key. This signature should be added to the transaction’s signatures.
Declaration
Swift
public let signature: String -
Network passphrase used when generating the signature. Verifies that the signature is valid for the intended Stellar network.
Declaration
Swift
public let networkPassphrase: String -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash