Interface MintCapacityCreditsPerKilosecond

interface MintCapacityCreditsPerKilosecond {
    daysUntilUTCMidnightExpiration: number;
    requestsPerKilosecond?: number;
}

Hierarchy (view full)

Properties

daysUntilUTCMidnightExpiration: number
requestsPerKilosecond?: number