@ctrl/rtorrent
    Preparing search index...

    Interface RTorrentMethodCall

    rTorrent XML-RPC method call parameters

    interface RTorrentMethodCall {
        methodName: string;
        params: unknown[];
    }
    Index

    Properties

    Properties

    methodName: string

    Method name

    params: unknown[]

    Method parameters