Interface UserCommitmentInfo

    interface UserCommitmentInfo {
        canDelegate: boolean;
        commitment: bigint;
        currentRound?: number;
        nonCommitment: bigint;
        premint: bigint;
        userAddress: string;
    }

    Properties

    canDelegate: boolean
    commitment: bigint
    currentRound?: number
    nonCommitment: bigint
    premint: bigint
    userAddress: string