Type Alias UserDepositInfo

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