Coda by Ian Macalinao
    Preparing search index...

    Reserve Withdrawal Caps State

    interface WithdrawalCaps {
        configCapacity: bigint;
        configIntervalLengthSeconds: bigint;
        currentTotal: bigint;
        lastIntervalStartTimestamp: bigint;
    }
    Index

    Properties

    configCapacity: bigint
    configIntervalLengthSeconds: bigint
    currentTotal: bigint
    lastIntervalStartTimestamp: bigint