Interface DispenserInfo

    interface DispenserInfo {
        currentRound: bigint;
        distributorAppIds: number[];
        isMintingPaused: boolean;
    }

    Properties

    currentRound: bigint
    distributorAppIds: number[]
    isMintingPaused: boolean