@stellar-passkey/core API / SignTransactionResult
Interface: SignTransactionResult
Defined in: packages/core/src/types.ts:43
Result of signTransaction().
Properties
signedTxXdr
readonlysignedTxXdr:string
Defined in: packages/core/src/types.ts:45
Signed Stellar transaction XDR (base64).
signerAddress
readonlysignerAddress:string
Defined in: packages/core/src/types.ts:47
Stellar address that produced the signature.