Type Alias UserDepositInfo

    UserDepositInfo: {
        currentRound?: number;
        escrowAddress: string;
        holdings: { fAssetBalance: bigint; fAssetId: number }[];
    }