@stellar-passkey/core API / SignAuthEntryResult
Interface: SignAuthEntryResult
Defined in: packages/core/src/types.ts:51
Result of signAuthEntry().
Properties
signedAuthEntry
readonlysignedAuthEntry:string
Defined in: packages/core/src/types.ts:53
Signed Soroban auth entry (base64 XDR).
signerAddress
readonlysignerAddress:string
Defined in: packages/core/src/types.ts:55
Stellar address that produced the signature.