Signing
Signing a Transaction
stellar_signXDR
stellar_signXDRParameter
Type
Description
Field
Type
Description
const result = await provider.request(
{
method: "stellar_signXDR",
params: { xdr: "AAAAAgAAAAA..." },
},
"stellar:pubnet",
);
console.log("Signed XDR:", result.signedXDR);Condition
Error message
stellar_signAndSubmitXDR
stellar_signAndSubmitXDRParameter
Type
Description
Field
Type
Description
Condition
Error message
Signing a Message
stellar_signMessage
stellar_signMessageParameter
Type
Constraints
Description
Field
Type
Description
Condition
Error message
Signing an Auth Entry
stellar_signAuthEntry
stellar_signAuthEntryParameter
Type
Constraints
Description
Field
Description
Condition
Error message
Full Example: Connect, Sign, and Submit
Last updated
Was this helpful?
