SignAuthEntryMethod: RpcMethod<{
    authEntry: Base64Xdr;
    opts?: Sep43SignOptions;
}, {
    signedAuthEntry: Base64Xdr | null;
    signerAddress: StellarAddress;
}>

Signs a Soroban SorobanAuthorizationEntry XDR and returns the signed entry with the signer address.