SignTransactionMethod: RpcMethod<{
    opts?: Sep43SignOptions;
    xdr: Base64Xdr;
}, {
    signedTxXdr: Base64Xdr;
    signerAddress: StellarAddress;
}>

Signs a transaction envelope XDR and returns the signed XDR together with the signer address.