Coda by Ian Macalinao
    Preparing search index...

    Reserve Withdrawal Caps State

    type WithdrawalCaps = {
        configCapacity: bigint;
        configIntervalLengthSeconds: bigint;
        currentTotal: bigint;
        lastIntervalStartTimestamp: bigint;
    }
    Index
    configCapacity: bigint
    configIntervalLengthSeconds: bigint
    currentTotal: bigint
    lastIntervalStartTimestamp: bigint