SignAuthEntryResult

data class SignAuthEntryResult(val signedAuthEntry: String, val signerAddress: String? = null)

Result of signing an authorization preimage with an external wallet.

Contains the raw Ed25519 signature and optionally the signer address, which may differ from the requested address in some wallet implementations.

Constructors

Link copied to clipboard
constructor(signedAuthEntry: String, signerAddress: String? = null)

Properties

Link copied to clipboard

The base64-encoded raw Ed25519 signature (64 bytes).

Link copied to clipboard

The Stellar G-address that produced the signature.