Coda by Ian Macalinao
    Preparing search index...
    interface WithdrawalCapsArgs {
        configCapacity: number | bigint;
        configIntervalLengthSeconds: number | bigint;
        currentTotal: number | bigint;
        lastIntervalStartTimestamp: number | bigint;
    }
    Index

    Properties

    configCapacity: number | bigint
    configIntervalLengthSeconds: number | bigint
    currentTotal: number | bigint
    lastIntervalStartTimestamp: number | bigint