SignTransactionOptions: {
    gasPayerPrivateKey?: never;
    gasPayerServiceUrl: string;
} | {
    gasPayerPrivateKey: string;
    gasPayerServiceUrl?: never;
}

Options for signTransaction method.