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