Interface MintCapacityCreditsPerSecond

interface MintCapacityCreditsPerSecond {
    daysUntilUTCMidnightExpiration: number;
    requestsPerSecond?: number;
}

Hierarchy (view full)

Properties

daysUntilUTCMidnightExpiration: number
requestsPerSecond?: number