Interface IScrapeRequestPayload

interface IScrapeRequestPayload {
    info_hash: string[];
    passkey?: string;
    transaction_id?: number;
}

Properties

info_hash: string[]

Returns 20-byte SHA1 hash of the value of the info key from the metainfo file

passkey?: string

Returns the passkey

transaction_id?: number

Returns the transaction ID