Interface UserCommitmentInfo

interface UserCommitmentInfo {
    commitment: bigint;
    commitmentClaimed: bigint;
    currentRound: number;
    premint?: bigint;
}

Properties

commitment: bigint
commitmentClaimed: bigint
currentRound: number
premint?: bigint