OptionalerrorHuman-readable error description when status === 'failed'.
Absent when the transaction is pending or successful.
Transaction hash on the Stellar network.
Empty string ('') when status is 'failed' and the transaction was
never submitted.
Current status of the transaction:
'pending' — submitted and waiting for ledger inclusion.'success' — included and successful (rare, usually stays 'pending').'failed' — rejected before submission or returned an error.
Unified result type returned by all mutating SDK methods.
Mutating methods never throw — errors are surfaced through this type. Always check
statusbefore usinghash.Example