SignTransactionMethod: RpcMethod<{
    address: TronAddress;
    transaction: {
        rawDataHex: string;
        type: string;
    };
}, {
    signature: Signature;
}>

Signs a Tron transaction.

The Tron address that will sign the transaction

The Tron transaction object containing raw_data_hex and type

An object containing the hexadecimal signature of the transaction