interface TransferRateLimit {
    incoming: Uint8Array;
    limit: Uint8Array;
    outgoing: Uint8Array;
    timeLeft?: Duration;
    window?: Duration;
}

Properties

incoming: Uint8Array
limit: Uint8Array
outgoing: Uint8Array
timeLeft?: Duration

time_left indicates the time left in the rate limit window

window?: Duration

Generated using TypeDoc